#[repr(C)]pub struct NSTDPtr { /* private fields */ }Available on crate feature
nstd_core only.Expand description
A sized immutable pointer to some arbitrary type.
Safety
The user of this structure must ensure that the pointed-to data remains valid and unmodified while an instance of this structure is in use.
Trait Implementations
impl Copy for NSTDPtr
Auto Trait Implementations
impl RefUnwindSafe for NSTDPtr
impl !Send for NSTDPtr
impl !Sync for NSTDPtr
impl Unpin for NSTDPtr
impl UnwindSafe for NSTDPtr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more