#[repr(C)]pub struct SYSTEM_CONTEXT_SWITCH_INFORMATION {
pub ContextSwitches: u32,
pub FindAny: u32,
pub FindLast: u32,
pub FindIdeal: u32,
pub IdleAny: u32,
pub IdleCurrent: u32,
pub IdleLast: u32,
pub IdleIdeal: u32,
pub PreemptAny: u32,
pub PreemptCurrent: u32,
pub PreemptLast: u32,
pub SwitchToIdle: u32,
}Fieldsยง
ยงContextSwitches: u32ยงFindAny: u32ยงFindLast: u32ยงFindIdeal: u32ยงIdleAny: u32ยงIdleCurrent: u32ยงIdleLast: u32ยงIdleIdeal: u32ยงPreemptAny: u32ยงPreemptCurrent: u32ยงPreemptLast: u32ยงSwitchToIdle: u32Trait Implementationsยง
Auto Trait Implementationsยง
impl RefUnwindSafe for SYSTEM_CONTEXT_SWITCH_INFORMATION
impl Send for SYSTEM_CONTEXT_SWITCH_INFORMATION
impl Sync for SYSTEM_CONTEXT_SWITCH_INFORMATION
impl Unpin for SYSTEM_CONTEXT_SWITCH_INFORMATION
impl UnwindSafe for SYSTEM_CONTEXT_SWITCH_INFORMATION
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