pub enum SimDelay {
PS(u128),
NS(u128),
US(u128),
MS(u128),
S(u128),
Min(u128),
H(u128),
D(u128),
Max,
}Expand description
Relative time-units for the simulation
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SimDelay
impl RefUnwindSafe for SimDelay
impl Send for SimDelay
impl Sync for SimDelay
impl Unpin for SimDelay
impl UnwindSafe for SimDelay
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