Struct windows_native::ntpoapi::POWER_PROCESSOR_LATENCY_HINT
source ยท #[repr(C)]pub struct POWER_PROCESSOR_LATENCY_HINT {
pub PowerInformationInternalHeader: POWER_INFORMATION_INTERNAL_HEADER,
pub Type: u32,
}Fieldsยง
ยงPowerInformationInternalHeader: POWER_INFORMATION_INTERNAL_HEADERยงType: u32Trait Implementationsยง
Auto Trait Implementationsยง
impl RefUnwindSafe for POWER_PROCESSOR_LATENCY_HINT
impl Send for POWER_PROCESSOR_LATENCY_HINT
impl Sync for POWER_PROCESSOR_LATENCY_HINT
impl Unpin for POWER_PROCESSOR_LATENCY_HINT
impl UnwindSafe for POWER_PROCESSOR_LATENCY_HINT
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