#[repr(C)]pub struct AtomicId(/* private fields */);Implementations§
Methods from Deref<Target = usize>§
pub const MIN: usize = 0usize
pub const MAX: usize = 4_294_967_295usize
pub const BITS: u32 = 32u32
Trait Implementations§
source§impl<'de> Deserialize<'de> for AtomicId
impl<'de> Deserialize<'de> for AtomicId
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Ord for AtomicId
impl Ord for AtomicId
source§impl PartialEq for AtomicId
impl PartialEq for AtomicId
source§impl PartialOrd for AtomicId
impl PartialOrd for AtomicId
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for AtomicId
impl Eq for AtomicId
impl Identifier for AtomicId
impl StructuralPartialEq for AtomicId
Auto Trait Implementations§
impl Freeze for AtomicId
impl RefUnwindSafe for AtomicId
impl Send for AtomicId
impl Sync for AtomicId
impl Unpin for AtomicId
impl UnwindSafe for AtomicId
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