pub struct SeqNo(pub u64);Expand description
Monotonic sequence counter for event ordering within a simulation.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Ord for SeqNo
impl Ord for SeqNo
Source§impl PartialOrd for SeqNo
impl PartialOrd for SeqNo
impl Copy for SeqNo
impl Eq for SeqNo
impl StructuralPartialEq for SeqNo
Auto Trait Implementations§
impl Freeze for SeqNo
impl RefUnwindSafe for SeqNo
impl Send for SeqNo
impl Sync for SeqNo
impl Unpin for SeqNo
impl UnsafeUnpin for SeqNo
impl UnwindSafe for SeqNo
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