#[repr(C)]pub struct AtomicId(/* private fields */);
Expand description
Implementations§
Trait Implementations§
Source§impl BorrowMut<usize> for AtomicId
impl BorrowMut<usize> for AtomicId
Source§fn borrow_mut(&mut self) -> &mut usize
fn borrow_mut(&mut self) -> &mut usize
Mutably borrows from an owned value. Read more
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 PartialOrd for AtomicId
impl PartialOrd for AtomicId
impl Copy for AtomicId
impl Eq 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