#[repr(C)]pub struct FsScissor {
pub xform: [f32; 6],
pub extent: [f32; 2],
pub use_: bool,
pub set: bool,
pub mode: FsClipMode,
}
Fields§
§xform: [f32; 6]
§extent: [f32; 2]
§use_: bool
§set: bool
§mode: FsClipMode
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FsScissor
impl Send for FsScissor
impl Sync for FsScissor
impl Unpin for FsScissor
impl UnwindSafe for FsScissor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more