Struct zx::sys::zx_info_thread_stats_t
source · #[repr(C)]pub struct zx_info_thread_stats_t {
pub total_runtime: i64,
pub last_scheduled_cpu: u32,
}
Fields§
§total_runtime: i64
§last_scheduled_cpu: u32
Trait Implementations§
source§impl Clone for zx_info_thread_stats_t
impl Clone for zx_info_thread_stats_t
source§fn clone(&self) -> zx_info_thread_stats_t
fn clone(&self) -> zx_info_thread_stats_t
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 zx_info_thread_stats_t
impl Debug for zx_info_thread_stats_t
source§impl Default for zx_info_thread_stats_t
impl Default for zx_info_thread_stats_t
source§fn default() -> zx_info_thread_stats_t
fn default() -> zx_info_thread_stats_t
Returns the “default value” for a type. Read more
source§impl FromBytes for zx_info_thread_stats_t
impl FromBytes for zx_info_thread_stats_t
source§impl FromZeros for zx_info_thread_stats_t
impl FromZeros for zx_info_thread_stats_t
source§impl PartialEq for zx_info_thread_stats_t
impl PartialEq for zx_info_thread_stats_t
source§fn eq(&self, other: &zx_info_thread_stats_t) -> bool
fn eq(&self, other: &zx_info_thread_stats_t) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFromBytes for zx_info_thread_stats_t
impl TryFromBytes for zx_info_thread_stats_t
§fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_bytes(
source: &[u8],
) -> Result<Self, ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
§fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_prefix(
source: &[u8],
) -> Result<(Self, &[u8]), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
§fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
fn try_read_from_suffix(
source: &[u8],
) -> Result<(&[u8], Self), ConvertError<Infallible, SizeError<&[u8], Self>, ValidityError<&[u8], Self>>>where
Self: Sized,
impl Copy for zx_info_thread_stats_t
impl Eq for zx_info_thread_stats_t
impl Immutable for zx_info_thread_stats_t
impl StructuralPartialEq for zx_info_thread_stats_t
Auto Trait Implementations§
impl Freeze for zx_info_thread_stats_t
impl RefUnwindSafe for zx_info_thread_stats_t
impl Send for zx_info_thread_stats_t
impl Sync for zx_info_thread_stats_t
impl Unpin for zx_info_thread_stats_t
impl UnwindSafe for zx_info_thread_stats_t
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
)