#[repr(C, packed(4))]pub struct task_wait_state_info {
pub total_wait_state_time: u64,
pub total_wait_sfi_state_time: u64,
pub _reserved: [u32; 4],
}Fields§
§total_wait_state_time: u64§total_wait_sfi_state_time: u64§_reserved: [u32; 4]Trait Implementations§
Source§impl Clone for task_wait_state_info
impl Clone for task_wait_state_info
Source§fn clone(&self) -> task_wait_state_info
fn clone(&self) -> task_wait_state_info
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 task_wait_state_info
Source§impl Debug for task_wait_state_info
impl Debug for task_wait_state_info
Source§impl Default for task_wait_state_info
impl Default for task_wait_state_info
Source§fn default() -> task_wait_state_info
fn default() -> task_wait_state_info
Returns the “default value” for a type. Read more
impl Eq for task_wait_state_info
Source§impl Hash for task_wait_state_info
impl Hash for task_wait_state_info
Source§impl Ord for task_wait_state_info
impl Ord for task_wait_state_info
Source§fn cmp(&self, other: &task_wait_state_info) -> Ordering
fn cmp(&self, other: &task_wait_state_info) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for task_wait_state_info
impl PartialEq for task_wait_state_info
Source§fn eq(&self, other: &task_wait_state_info) -> bool
fn eq(&self, other: &task_wait_state_info) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for task_wait_state_info
impl PartialOrd for task_wait_state_info
impl StructuralPartialEq for task_wait_state_info
Auto Trait Implementations§
impl Freeze for task_wait_state_info
impl RefUnwindSafe for task_wait_state_info
impl Send for task_wait_state_info
impl Sync for task_wait_state_info
impl Unpin for task_wait_state_info
impl UnsafeUnpin for task_wait_state_info
impl UnwindSafe for task_wait_state_info
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