pub struct CpuSnapshot { /* private fields */ }Expand description
Stable, allocation-free scheduler state used by deterministic model tests.
Implementations§
Source§impl CpuSnapshot
impl CpuSnapshot
Trait Implementations§
Source§impl Clone for CpuSnapshot
impl Clone for CpuSnapshot
Source§fn clone(&self) -> CpuSnapshot
fn clone(&self) -> CpuSnapshot
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 CpuSnapshot
Source§impl Debug for CpuSnapshot
impl Debug for CpuSnapshot
impl Eq for CpuSnapshot
Source§impl PartialEq for CpuSnapshot
impl PartialEq for CpuSnapshot
impl StructuralPartialEq for CpuSnapshot
Auto Trait Implementations§
impl Freeze for CpuSnapshot
impl RefUnwindSafe for CpuSnapshot
impl Send for CpuSnapshot
impl Sync for CpuSnapshot
impl Unpin for CpuSnapshot
impl UnsafeUnpin for CpuSnapshot
impl UnwindSafe for CpuSnapshot
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