Struct eqlog_eqlog::MatchCaseListNode
source · pub struct MatchCaseListNode(pub u32);Tuple Fields§
§0: u32Trait Implementations§
source§impl Clone for MatchCaseListNode
impl Clone for MatchCaseListNode
source§fn clone(&self) -> MatchCaseListNode
fn clone(&self) -> MatchCaseListNode
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 MatchCaseListNode
impl Debug for MatchCaseListNode
source§impl Display for MatchCaseListNode
impl Display for MatchCaseListNode
source§impl From<u32> for MatchCaseListNode
impl From<u32> for MatchCaseListNode
source§impl Hash for MatchCaseListNode
impl Hash for MatchCaseListNode
source§impl Into<u32> for MatchCaseListNode
impl Into<u32> for MatchCaseListNode
source§impl Ord for MatchCaseListNode
impl Ord for MatchCaseListNode
source§fn cmp(&self, other: &MatchCaseListNode) -> Ordering
fn cmp(&self, other: &MatchCaseListNode) -> 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 MatchCaseListNode
impl PartialEq for MatchCaseListNode
source§impl PartialOrd for MatchCaseListNode
impl PartialOrd for MatchCaseListNode
impl Copy for MatchCaseListNode
impl Eq for MatchCaseListNode
impl StructuralPartialEq for MatchCaseListNode
Auto Trait Implementations§
impl Freeze for MatchCaseListNode
impl RefUnwindSafe for MatchCaseListNode
impl Send for MatchCaseListNode
impl Sync for MatchCaseListNode
impl Unpin for MatchCaseListNode
impl UnwindSafe for MatchCaseListNode
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)