Struct zx::ThreadStats
source · pub struct ThreadStats {
pub total_runtime: MonotonicDuration,
pub last_scheduled_cpu: u32,
}
Fields§
§total_runtime: MonotonicDuration
§last_scheduled_cpu: u32
Trait Implementations§
source§impl Clone for ThreadStats
impl Clone for ThreadStats
source§fn clone(&self) -> ThreadStats
fn clone(&self) -> ThreadStats
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ThreadStats
impl Debug for ThreadStats
source§impl Default for ThreadStats
impl Default for ThreadStats
source§fn default() -> ThreadStats
fn default() -> ThreadStats
Returns the “default value” for a type. Read more
source§impl PartialEq for ThreadStats
impl PartialEq for ThreadStats
source§fn eq(&self, other: &ThreadStats) -> bool
fn eq(&self, other: &ThreadStats) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ThreadStats
impl Eq for ThreadStats
impl StructuralPartialEq for ThreadStats
Auto Trait Implementations§
impl Freeze for ThreadStats
impl RefUnwindSafe for ThreadStats
impl Send for ThreadStats
impl Sync for ThreadStats
impl Unpin for ThreadStats
impl UnwindSafe for ThreadStats
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)