pub struct Saturations(pub u64);Expand description
How many times arithmetic on this thread saturated.
Diagnostic only. Never simulation state, never digested, never consulted for control flow — a simulation that branched on this would have made the count part of its own behaviour, and two machines whose counts differ would then diverge for a reason no digest could explain.
Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl Clone for Saturations
impl Clone for Saturations
Source§fn clone(&self) -> Saturations
fn clone(&self) -> Saturations
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Saturations
Source§impl Debug for Saturations
impl Debug for Saturations
impl Eq for Saturations
Source§impl Hash for Saturations
impl Hash for Saturations
Source§impl Ord for Saturations
impl Ord for Saturations
Source§fn cmp(&self, other: &Saturations) -> Ordering
fn cmp(&self, other: &Saturations) -> Ordering
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
Source§impl PartialEq for Saturations
impl PartialEq for Saturations
Source§impl PartialOrd for Saturations
impl PartialOrd for Saturations
impl StructuralPartialEq for Saturations
Auto Trait Implementations§
impl Freeze for Saturations
impl RefUnwindSafe for Saturations
impl Send for Saturations
impl Sync for Saturations
impl Unpin for Saturations
impl UnsafeUnpin for Saturations
impl UnwindSafe for Saturations
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