pub struct SimTime(pub u64);Expand description
simulation timestamp (nanoseconds since epoch 0).
Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl Ord for SimTime
impl Ord for SimTime
Source§impl PartialOrd for SimTime
impl PartialOrd for SimTime
impl Copy for SimTime
impl Eq for SimTime
impl StructuralPartialEq for SimTime
Auto Trait Implementations§
impl Freeze for SimTime
impl RefUnwindSafe for SimTime
impl Send for SimTime
impl Sync for SimTime
impl Unpin for SimTime
impl UnwindSafe for SimTime
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