pub struct Step(/* private fields */);Expand description
The type that represents steps in the simulation. Note that it is not possible to perform operations directly on a step, you can add and subtract durations.
Implementations§
Trait Implementations§
Source§impl Ord for Step
impl Ord for Step
Source§impl PartialOrd for Step
impl PartialOrd for Step
impl Copy for Step
impl Eq for Step
impl StructuralPartialEq for Step
Auto Trait Implementations§
impl Freeze for Step
impl RefUnwindSafe for Step
impl Send for Step
impl Sync for Step
impl Unpin for Step
impl UnwindSafe for Step
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