Struct windows_native::ntpoapi::PROCESSOR_CAP
source ยท #[repr(C)]pub struct PROCESSOR_CAP {
pub Version: u32,
pub ProcessorNumber: PROCESSOR_NUMBER,
pub PlatformCap: u32,
pub ThermalCap: u32,
pub LimitReasons: u32,
}Fieldsยง
ยงVersion: u32ยงProcessorNumber: PROCESSOR_NUMBERยงPlatformCap: u32ยงThermalCap: u32ยงLimitReasons: u32Trait Implementationsยง
sourceยงimpl Debug for PROCESSOR_CAP
impl Debug for PROCESSOR_CAP
Auto Trait Implementationsยง
impl RefUnwindSafe for PROCESSOR_CAP
impl Send for PROCESSOR_CAP
impl Sync for PROCESSOR_CAP
impl Unpin for PROCESSOR_CAP
impl UnwindSafe for PROCESSOR_CAP
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