#[repr(C, packed(4))]pub struct StripCrop {
pub top: i32,
pub bottom: i32,
pub left: i32,
pub right: i32,
}Fields§
§top: i32§bottom: i32§left: i32§right: i32Trait Implementations§
Source§impl GeneratedBlendStruct for StripCrop
impl GeneratedBlendStruct for StripCrop
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "StripCrop"
const STRUCT_INDEX: usize = 316usize
const STRUCT_TYPE_INDEX: usize = 447usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<StripCrop> for StripCrop
Auto Trait Implementations§
impl Freeze for StripCrop
impl RefUnwindSafe for StripCrop
impl Send for StripCrop
impl Sync for StripCrop
impl Unpin for StripCrop
impl UnwindSafe for StripCrop
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