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§impl PartialOrd for ModuleNode
impl PartialOrd for ModuleNode
impl Copy for ModuleNode
impl Eq for ModuleNode
impl StructuralPartialEq for ModuleNode
Auto Trait Implementations§
impl Freeze for ModuleNode
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
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)