Struct nstd_sys::core::ptr::NSTDPtrMut
source · #[repr(C)]pub struct NSTDPtrMut { /* private fields */ }Available on crate feature
core only.Expand description
A sized pointer to some arbitrary type.
Auto Trait Implementations§
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