pub struct MemoryAllocator { /* private fields */ }Implementations§
Source§impl MemoryAllocator
impl MemoryAllocator
Trait Implementations§
Source§impl AllocatorAccess for MemoryAllocator
impl AllocatorAccess for MemoryAllocator
Auto Trait Implementations§
impl Freeze for MemoryAllocator
impl RefUnwindSafe for MemoryAllocator
impl Send for MemoryAllocator
impl Sync for MemoryAllocator
impl Unpin for MemoryAllocator
impl UnwindSafe for MemoryAllocator
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