Struct windows_native::ntpoapi::PROCESSOR_LOAD
source ยท #[repr(C)]pub struct PROCESSOR_LOAD {
pub ProcessorNumber: PROCESSOR_NUMBER,
pub BusyPercentage: u8,
pub FrequencyPercentage: u8,
pub Padding: u16,
}Fieldsยง
ยงProcessorNumber: PROCESSOR_NUMBERยงBusyPercentage: u8ยงFrequencyPercentage: u8ยงPadding: u16Trait Implementationsยง
sourceยงimpl Debug for PROCESSOR_LOAD
impl Debug for PROCESSOR_LOAD
Auto Trait Implementationsยง
impl RefUnwindSafe for PROCESSOR_LOAD
impl Send for PROCESSOR_LOAD
impl Sync for PROCESSOR_LOAD
impl Unpin for PROCESSOR_LOAD
impl UnwindSafe for PROCESSOR_LOAD
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