pub struct MemoryGuard { /* private fields */ }Expand description
RAII guard for memory allocation
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemoryGuard
impl RefUnwindSafe for MemoryGuard
impl Send for MemoryGuard
impl Sync for MemoryGuard
impl Unpin for MemoryGuard
impl UnsafeUnpin for MemoryGuard
impl UnwindSafe for MemoryGuard
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