Struct machinery_api::foundation::TempAllocatorI [−][src]
#[repr(C)]pub struct TempAllocatorI { pub inst: *mut TempAllocatorO, pub realloc: Option<unsafe extern "C" fn(inst: *mut TempAllocatorO, ptr: *mut c_void, old_size: u64, new_size: u64) -> *mut c_void>, }
Fields
inst: *mut TempAllocatorOrealloc: Option<unsafe extern "C" fn(inst: *mut TempAllocatorO, ptr: *mut c_void, old_size: u64, new_size: u64) -> *mut c_void>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TempAllocatorI
impl !Send for TempAllocatorI
impl !Sync for TempAllocatorI
impl Unpin for TempAllocatorI
impl UnwindSafe for TempAllocatorI
Blanket Implementations
Mutably borrows from an owned value. Read more