Struct nstd::collections::rc::NSTDRCState
source · [−]Expand description
The state of a reference counter.
Fields
count: usizeThe number of reference counters that own data.
data: NSTDHeapThe shared data.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NSTDRCState
impl !Send for NSTDRCState
impl !Sync for NSTDRCState
impl Unpin for NSTDRCState
impl UnwindSafe for NSTDRCState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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