#[repr(C, packed(4))]pub struct MaskLayerShape {
pub next: Pointer<MaskLayerShape>,
pub prev: Pointer<MaskLayerShape>,
pub data: Pointer<f32>,
pub tot_vert: i32,
pub frame: i32,
pub flag: i8,
pub _pad: [i8; 7],
}Fields§
§next: Pointer<MaskLayerShape>§prev: Pointer<MaskLayerShape>§data: Pointer<f32>§tot_vert: i32§frame: i32§flag: i8§_pad: [i8; 7]Trait Implementations§
Source§impl DoubleLinked<Pointer<MaskLayerShape>> for MaskLayerShape
impl DoubleLinked<Pointer<MaskLayerShape>> for MaskLayerShape
Source§impl GeneratedBlendStruct for MaskLayerShape
impl GeneratedBlendStruct for MaskLayerShape
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "MaskLayerShape"
const STRUCT_INDEX: usize = 702usize
const STRUCT_TYPE_INDEX: usize = 841usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<MaskLayerShape> for MaskLayerShape
Auto Trait Implementations§
impl Freeze for MaskLayerShape
impl RefUnwindSafe for MaskLayerShape
impl Send for MaskLayerShape
impl Sync for MaskLayerShape
impl Unpin for MaskLayerShape
impl UnwindSafe for MaskLayerShape
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