pub struct PointerMut<T> { /* private fields */ }
Expand description
An “owned”, mutable pointer
Implementations§
Trait Implementations§
Source§impl<T: Debug> Debug for PointerMut<T>
impl<T: Debug> Debug for PointerMut<T>
Auto Trait Implementations§
impl<T> Freeze for PointerMut<T>
impl<T> RefUnwindSafe for PointerMut<T>where
T: RefUnwindSafe,
impl<T> !Send for PointerMut<T>
impl<T> !Sync for PointerMut<T>
impl<T> Unpin for PointerMut<T>
impl<T> UnwindSafe for PointerMut<T>where
T: RefUnwindSafe,
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