Struct win_sys::SystemServices::PPM_IDLE_ACCOUNTING_EX
source · [−]#[repr(C)]pub struct PPM_IDLE_ACCOUNTING_EX {
pub StateCount: u32,
pub TotalTransitions: u32,
pub ResetCount: u32,
pub AbortCount: u32,
pub StartTime: u64,
pub State: [PPM_IDLE_STATE_ACCOUNTING_EX; 1],
}Expand description
Required features: ‘Win32_System_SystemServices’
Fields
StateCount: u32TotalTransitions: u32ResetCount: u32AbortCount: u32StartTime: u64State: [PPM_IDLE_STATE_ACCOUNTING_EX; 1]Trait Implementations
sourceimpl Clone for PPM_IDLE_ACCOUNTING_EX
impl Clone for PPM_IDLE_ACCOUNTING_EX
sourcepub fn clone(&self) -> PPM_IDLE_ACCOUNTING_EX
pub fn clone(&self) -> PPM_IDLE_ACCOUNTING_EX
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for PPM_IDLE_ACCOUNTING_EX
impl Debug for PPM_IDLE_ACCOUNTING_EX
sourceimpl Default for PPM_IDLE_ACCOUNTING_EX
impl Default for PPM_IDLE_ACCOUNTING_EX
sourcepub fn default() -> PPM_IDLE_ACCOUNTING_EX
pub fn default() -> PPM_IDLE_ACCOUNTING_EX
Returns the “default value” for a type. Read more
impl Copy for PPM_IDLE_ACCOUNTING_EX
impl Eq for PPM_IDLE_ACCOUNTING_EX
Auto Trait Implementations
impl RefUnwindSafe for PPM_IDLE_ACCOUNTING_EX
impl Send for PPM_IDLE_ACCOUNTING_EX
impl Sync for PPM_IDLE_ACCOUNTING_EX
impl Unpin for PPM_IDLE_ACCOUNTING_EX
impl UnwindSafe for PPM_IDLE_ACCOUNTING_EX
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more