pub struct MutRef<T: Object, D: Dealloc>(/* private fields */);
Expand description
A reference to a mutable object allocated by a memory manager.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, D> Freeze for MutRef<T, D>
impl<T, D> RefUnwindSafe for MutRef<T, D>
impl<T, D> !Send for MutRef<T, D>
impl<T, D> !Sync for MutRef<T, D>
impl<T, D> Unpin for MutRef<T, D>
impl<T, D> UnwindSafe for MutRef<T, D>
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