Struct nstd_sys::shared_ptr::NSTDSharedPtr
source · #[repr(C)]pub struct NSTDSharedPtr<'a> { /* private fields */ }Available on crate feature
shared_ptr only.Expand description
A reference counting smart pointer.
Trait Implementations§
source§fn drop(&mut self)
fn drop(&mut self)
NSTDSharedPtr’s destructor.
Auto Trait Implementations§
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