pub struct AtomicTracker<const ID: u64 = 0> { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Source§impl<const ID: u64> ListArcSafe<ID> for AtomicTracker<ID>
impl<const ID: u64> ListArcSafe<ID> for AtomicTracker<ID>
Source§impl<const ID: u64> TryNewListArc<ID> for AtomicTracker<ID>
impl<const ID: u64> TryNewListArc<ID> for AtomicTracker<ID>
Source§fn try_new_list_arc(&self) -> bool
fn try_new_list_arc(&self) -> bool
Attempts to convert an
Arc<Self> into an ListArc<Self>. Returns true if the
conversion was successful. Read moreAuto Trait Implementations§
impl<const ID: u64 = 0> !Freeze for AtomicTracker<ID>
impl<const ID: u64 = 0> !RefUnwindSafe for AtomicTracker<ID>
impl<const ID: u64 = 0> !Unpin for AtomicTracker<ID>
impl<const ID: u64 = 0> !UnsafeUnpin for AtomicTracker<ID>
impl<const ID: u64> Send for AtomicTracker<ID>
impl<const ID: u64> Sync for AtomicTracker<ID>
impl<const ID: u64> UnwindSafe for AtomicTracker<ID>
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<S, T> IntoSafeCast<T> for Swhere
T: FromSafeCast<S>,
impl<S, T> IntoSafeCast<T> for Swhere
T: FromSafeCast<S>,
Source§fn into_safe_cast(self) -> T
fn into_safe_cast(self) -> T
Convert
self into a T. This operation is guaranteed to be lossless.Source§impl<S, T> IntoSafeCastArch<T> for Swhere
T: FromSafeCastArch<S>,
impl<S, T> IntoSafeCastArch<T> for Swhere
T: FromSafeCastArch<S>,
Source§fn into_safe_cast_arch(self) -> T
fn into_safe_cast_arch(self) -> T
Convert
self into a T. This operation is guaranteed to be lossless.