pub struct NSTDPtrMut { /* private fields */ }Available on crate feature
core only.Expand description
A sized pointer to some arbitrary type.
Auto Trait Implementations§
impl Freeze for NSTDPtrMut
impl RefUnwindSafe for NSTDPtrMut
impl !Send for NSTDPtrMut
impl !Sync for NSTDPtrMut
impl Unpin for NSTDPtrMut
impl UnwindSafe for NSTDPtrMut
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