#[repr(C)]pub struct NiAllocator {
pub vtable: *const NiAllocatorVtbl,
}
Fields§
§vtable: *const NiAllocatorVtbl
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NiAllocator
impl RefUnwindSafe for NiAllocator
impl !Send for NiAllocator
impl !Sync for NiAllocator
impl Unpin for NiAllocator
impl UnwindSafe for NiAllocator
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