pub struct SimTime { /* private fields */ }Expand description
The overall owner of time within a simulation.
Contains all Clocks and the current simulation time in ns.
Implementations§
Trait Implementations§
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