#[repr(C, packed(4))]pub struct CustomData {
pub layers: Pointer<CustomDataLayer>,
pub typemap: [i32; 52],
pub _pad: [i8; 4],
pub totlayer: i32,
pub maxlayer: i32,
pub totsize: i32,
pub pool: Pointer<Nothing>,
pub external: Pointer<CustomDataExternal>,
}Fields§
§layers: Pointer<CustomDataLayer>§typemap: [i32; 52]§_pad: [i8; 4]§totlayer: i32§maxlayer: i32§totsize: i32§pool: Pointer<Nothing>§external: Pointer<CustomDataExternal>Trait Implementations§
Source§impl GeneratedBlendStruct for CustomData
impl GeneratedBlendStruct for CustomData
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "CustomData"
const STRUCT_INDEX: usize = 557usize
const STRUCT_TYPE_INDEX: usize = 123usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<CustomData> for CustomData
Auto Trait Implementations§
impl Freeze for CustomData
impl RefUnwindSafe for CustomData
impl Send for CustomData
impl Sync for CustomData
impl Unpin for CustomData
impl UnwindSafe for CustomData
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