pub struct Atom(/* private fields */);Expand description
[learn.microsoft.com] ATOM
Implementations§
Trait Implementations§
Source§impl AsRef<Atom> for AtomNonZero
impl AsRef<Atom> for AtomNonZero
impl Copy for Atom
impl Eq for Atom
Source§impl From<AtomNonZero> for Atom
impl From<AtomNonZero> for Atom
Source§fn from(r: AtomNonZero) -> Self
fn from(r: AtomNonZero) -> Self
Converts to this type from the input type.
Source§impl From<NonZero<u16>> for Atom
impl From<NonZero<u16>> for Atom
Source§fn from(a: NonZeroU16) -> Self
fn from(a: NonZeroU16) -> Self
Converts to this type from the input type.
Source§impl Ord for Atom
impl Ord for Atom
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Atom
impl PartialOrd for Atom
impl Pod for Atom
impl StructuralPartialEq for Atom
Auto Trait Implementations§
impl Freeze for Atom
impl RefUnwindSafe for Atom
impl Send for Atom
impl Sync for Atom
impl Unpin for Atom
impl UnsafeUnpin for Atom
impl UnwindSafe for Atom
Blanket Implementations§
impl<T> AnyBitPattern for Twhere
T: Pod,
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
Source§impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
Source§type Bits = T
type Bits = T
Self must have the same layout as the specified Bits except for
the possible invalid bit patterns being checked during
is_valid_bit_pattern.Source§fn is_valid_bit_pattern(_bits: &T) -> bool
fn is_valid_bit_pattern(_bits: &T) -> bool
If this function returns true, then it must be valid to reinterpret
bits
as &Self.