Struct eqlog_eqlog::VirtIdent
source · pub struct VirtIdent(pub u32);Tuple Fields§
§0: u32Trait Implementations§
source§impl Ord for VirtIdent
impl Ord for VirtIdent
source§impl PartialEq for VirtIdent
impl PartialEq for VirtIdent
source§impl PartialOrd for VirtIdent
impl PartialOrd for VirtIdent
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 VirtIdent
impl Eq for VirtIdent
impl StructuralEq for VirtIdent
impl StructuralPartialEq for VirtIdent
Auto Trait Implementations§
impl RefUnwindSafe for VirtIdent
impl Send for VirtIdent
impl Sync for VirtIdent
impl Unpin for VirtIdent
impl UnwindSafe for VirtIdent
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