Struct windows_native::ntpoapi::PROCESSOR_IDLE_STATES
source ยท #[repr(C)]pub struct PROCESSOR_IDLE_STATES {
pub Size: u32,
pub Revision: u32,
pub Count: u32,
pub Type: u32,
pub TargetProcessors: usize,
pub State: [PROCESSOR_IDLE_STATE; 1],
}Fieldsยง
ยงSize: u32ยงRevision: u32ยงCount: u32ยงType: u32ยงTargetProcessors: usizeยงState: [PROCESSOR_IDLE_STATE; 1]Trait Implementationsยง
sourceยงimpl Debug for PROCESSOR_IDLE_STATES
impl Debug for PROCESSOR_IDLE_STATES
Auto Trait Implementationsยง
impl RefUnwindSafe for PROCESSOR_IDLE_STATES
impl Send for PROCESSOR_IDLE_STATES
impl Sync for PROCESSOR_IDLE_STATES
impl Unpin for PROCESSOR_IDLE_STATES
impl UnwindSafe for PROCESSOR_IDLE_STATES
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