Struct eqlog_eqlog::ModuleNode
source · pub struct ModuleNode(pub u32);Tuple Fields§
§0: u32Trait Implementations§
source§impl Clone for ModuleNode
impl Clone for ModuleNode
source§fn clone(&self) -> ModuleNode
fn clone(&self) -> ModuleNode
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 ModuleNode
impl Debug for ModuleNode
source§impl Display for ModuleNode
impl Display for ModuleNode
source§impl From<u32> for ModuleNode
impl From<u32> for ModuleNode
source§impl Hash for ModuleNode
impl Hash for ModuleNode
source§impl Into<u32> for ModuleNode
impl Into<u32> for ModuleNode
source§impl Ord for ModuleNode
impl Ord for ModuleNode
source§fn cmp(&self, other: &ModuleNode) -> Ordering
fn cmp(&self, other: &ModuleNode) -> 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 ModuleNode
impl PartialEq for ModuleNode
source§fn eq(&self, other: &ModuleNode) -> bool
fn eq(&self, other: &ModuleNode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for ModuleNode
impl PartialOrd for ModuleNode
source§fn partial_cmp(&self, other: &ModuleNode) -> Option<Ordering>
fn partial_cmp(&self, other: &ModuleNode) -> Option<Ordering>
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 ModuleNode
impl Eq for ModuleNode
impl StructuralEq for ModuleNode
impl StructuralPartialEq for ModuleNode
Auto Trait Implementations§
impl RefUnwindSafe for ModuleNode
impl Send for ModuleNode
impl Sync for ModuleNode
impl Unpin for ModuleNode
impl UnwindSafe for ModuleNode
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