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