#[repr(C)]pub struct AllocatorVtbl {
pub __base: hkMemoryAllocatorVtbl,
}Fields§
§__base: hkMemoryAllocatorVtblAuto Trait Implementations§
impl Freeze for AllocatorVtbl
impl RefUnwindSafe for AllocatorVtbl
impl Send for AllocatorVtbl
impl Sync for AllocatorVtbl
impl Unpin for AllocatorVtbl
impl UnwindSafe for AllocatorVtbl
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