pub struct Cycle(/* private fields */);Expand description
A cycle index in a simulation.
Used by Error::ImmatureSim and by hdl-cat-sim’s
TimedSample type.
Implementations§
Trait Implementations§
Source§impl Ord for Cycle
impl Ord for Cycle
Source§impl PartialOrd for Cycle
impl PartialOrd for Cycle
impl Copy for Cycle
impl Eq for Cycle
impl StructuralPartialEq for Cycle
Auto Trait Implementations§
impl Freeze for Cycle
impl RefUnwindSafe for Cycle
impl Send for Cycle
impl Sync for Cycle
impl Unpin for Cycle
impl UnsafeUnpin for Cycle
impl UnwindSafe for Cycle
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