Struct nstd_sys::shared_ptr::NSTDSharedPtr
source · #[repr(C)]pub struct NSTDSharedPtr { /* private fields */ }Available on crate feature
nstd_shared_ptr only.Expand description
A reference counting smart pointer.
Trait Implementations
Auto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more