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