pub struct SchedulerShadowStats {
pub comparisons: u64,
pub diffs: u64,
}Expand description
Shadow-mode counters (tools.scheduler = "shadow").
Fields§
§comparisons: u64§diffs: u64Trait Implementations§
Source§impl Clone for SchedulerShadowStats
impl Clone for SchedulerShadowStats
Source§fn clone(&self) -> SchedulerShadowStats
fn clone(&self) -> SchedulerShadowStats
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 SchedulerShadowStats
Source§impl Debug for SchedulerShadowStats
impl Debug for SchedulerShadowStats
impl Eq for SchedulerShadowStats
Source§impl PartialEq for SchedulerShadowStats
impl PartialEq for SchedulerShadowStats
Source§fn eq(&self, other: &SchedulerShadowStats) -> bool
fn eq(&self, other: &SchedulerShadowStats) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SchedulerShadowStats
Auto Trait Implementations§
impl Freeze for SchedulerShadowStats
impl RefUnwindSafe for SchedulerShadowStats
impl Send for SchedulerShadowStats
impl Sync for SchedulerShadowStats
impl Unpin for SchedulerShadowStats
impl UnsafeUnpin for SchedulerShadowStats
impl UnwindSafe for SchedulerShadowStats
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