#[repr(C, packed(4))]pub struct CustomDataLayer {
pub type_: i32,
pub offset: i32,
pub flag: i32,
pub active: i32,
pub active_rnd: i32,
pub active_clone: i32,
pub active_mask: i32,
pub uid: i32,
pub name: [i8; 64],
pub data: Pointer<Void>,
pub anonymous_id: Pointer<Nothing>,
}Fields§
§type_: i32§offset: i32§flag: i32§active: i32§active_rnd: i32§active_clone: i32§active_mask: i32§uid: i32§name: [i8; 64]§data: Pointer<Void>§anonymous_id: Pointer<Nothing>Trait Implementations§
Source§impl GeneratedBlendStruct for CustomDataLayer
impl GeneratedBlendStruct for CustomDataLayer
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "CustomDataLayer"
const STRUCT_INDEX: usize = 555usize
const STRUCT_TYPE_INDEX: usize = 685usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<CustomDataLayer> for CustomDataLayer
Auto Trait Implementations§
impl Freeze for CustomDataLayer
impl RefUnwindSafe for CustomDataLayer
impl Send for CustomDataLayer
impl Sync for CustomDataLayer
impl Unpin for CustomDataLayer
impl UnwindSafe for CustomDataLayer
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