Struct machinery_api::foundation::AllocatorI [−][src]
#[repr(C)]pub struct AllocatorI { pub inst: *mut AllocatorO, pub mem_scope: u32, pub _padding_16: [c_char; 4], pub realloc: Option<unsafe extern "C" fn(a: *mut AllocatorI, ptr: *mut c_void, old_size: u64, new_size: u64, file: *const c_char, line: u32) -> *mut c_void>, }
Fields
inst: *mut AllocatorOmem_scope: u32_padding_16: [c_char; 4]realloc: Option<unsafe extern "C" fn(a: *mut AllocatorI, ptr: *mut c_void, old_size: u64, new_size: u64, file: *const c_char, line: u32) -> *mut c_void>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AllocatorI
impl !Send for AllocatorI
impl !Sync for AllocatorI
impl Unpin for AllocatorI
impl UnwindSafe for AllocatorI
Blanket Implementations
Mutably borrows from an owned value. Read more