pub struct IfAtomNode(pub u32);Tuple Fields§
§0: u32Trait Implementations§
source§impl Clone for IfAtomNode
impl Clone for IfAtomNode
source§fn clone(&self) -> IfAtomNode
fn clone(&self) -> IfAtomNode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for IfAtomNode
impl Debug for IfAtomNode
source§impl Display for IfAtomNode
impl Display for IfAtomNode
source§impl From<u32> for IfAtomNode
impl From<u32> for IfAtomNode
source§impl Hash for IfAtomNode
impl Hash for IfAtomNode
source§impl Into<u32> for IfAtomNode
impl Into<u32> for IfAtomNode
source§impl Ord for IfAtomNode
impl Ord for IfAtomNode
source§fn cmp(&self, other: &IfAtomNode) -> Ordering
fn cmp(&self, other: &IfAtomNode) -> Ordering
1.21.0 · 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 PartialEq for IfAtomNode
impl PartialEq for IfAtomNode
source§impl PartialOrd for IfAtomNode
impl PartialOrd for IfAtomNode
impl Copy for IfAtomNode
impl Eq for IfAtomNode
impl StructuralPartialEq for IfAtomNode
Auto Trait Implementations§
impl Freeze for IfAtomNode
impl RefUnwindSafe for IfAtomNode
impl Send for IfAtomNode
impl Sync for IfAtomNode
impl Unpin for IfAtomNode
impl UnwindSafe for IfAtomNode
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)