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