pub struct LoopRounds(/* private fields */);Expand description
How many times a looping composition may run before the loop ends.
Bounded by construction: an unbounded loop in a design is a system that can never be said to have finished, and the analysis refuses a cycle that has no bound rather than letting a run discover it.
Implementations§
Trait Implementations§
Source§impl Clone for LoopRounds
impl Clone for LoopRounds
impl Copy for LoopRounds
Source§impl Debug for LoopRounds
impl Debug for LoopRounds
Source§impl<'de> Deserialize<'de> for LoopRounds
impl<'de> Deserialize<'de> for LoopRounds
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for LoopRounds
impl Display for LoopRounds
impl Eq for LoopRounds
Source§impl Hash for LoopRounds
impl Hash for LoopRounds
Source§impl Ord for LoopRounds
impl Ord for LoopRounds
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for LoopRounds
impl PartialEq for LoopRounds
Source§impl PartialOrd for LoopRounds
impl PartialOrd for LoopRounds
Source§impl Serialize for LoopRounds
impl Serialize for LoopRounds
impl StructuralPartialEq for LoopRounds
Auto Trait Implementations§
impl Freeze for LoopRounds
impl RefUnwindSafe for LoopRounds
impl Send for LoopRounds
impl Sync for LoopRounds
impl Unpin for LoopRounds
impl UnsafeUnpin for LoopRounds
impl UnwindSafe for LoopRounds
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