pub struct SchedulerTickCpuTimeSnapshot { /* private fields */ }Expand description
Coherent-enough raw totals from independent monotonic tick counters.
Implementations§
Trait Implementations§
Source§impl Clone for SchedulerTickCpuTimeSnapshot
impl Clone for SchedulerTickCpuTimeSnapshot
Source§fn clone(&self) -> SchedulerTickCpuTimeSnapshot
fn clone(&self) -> SchedulerTickCpuTimeSnapshot
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 SchedulerTickCpuTimeSnapshot
Source§impl Debug for SchedulerTickCpuTimeSnapshot
impl Debug for SchedulerTickCpuTimeSnapshot
impl Eq for SchedulerTickCpuTimeSnapshot
impl StructuralPartialEq for SchedulerTickCpuTimeSnapshot
Auto Trait Implementations§
impl Freeze for SchedulerTickCpuTimeSnapshot
impl RefUnwindSafe for SchedulerTickCpuTimeSnapshot
impl Send for SchedulerTickCpuTimeSnapshot
impl Sync for SchedulerTickCpuTimeSnapshot
impl Unpin for SchedulerTickCpuTimeSnapshot
impl UnsafeUnpin for SchedulerTickCpuTimeSnapshot
impl UnwindSafe for SchedulerTickCpuTimeSnapshot
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