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