Expand description
The Parc inner data type
It contains the atomic counters, a list of volatile references, and the actual value.
Trait Implementations
impl<T: PSafe + ?Sized, A: MemPool> PSafe for ParcInner<T, A>
impl<T: ?Sized, A: MemPool> !VSafe for ParcInner<T, A>
Auto Trait Implementations
impl<T: ?Sized, A> LooseTxInUnsafe for ParcInner<T, A> where
T: LooseTxInUnsafe,
impl<T: ?Sized, A> PSend for ParcInner<T, A> where
A: PSend,
T: PSend,
impl<T: ?Sized, A> RefUnwindSafe for ParcInner<T, A> where
T: RefUnwindSafe,
impl<T: ?Sized, A> Send for ParcInner<T, A> where
A: Send,
T: Send,
impl<T, A> !Sync for ParcInner<T, A>
impl<T, A> !TxInSafe for ParcInner<T, A>
impl<T, A> !TxOutSafe for ParcInner<T, A>
impl<T: ?Sized, A> Unpin for ParcInner<T, A> where
A: Unpin,
T: Unpin,
impl<T: ?Sized, A> UnwindSafe for ParcInner<T, A> where
T: UnwindSafe,
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