Struct windows_sys::Win32::System::Power::PROCESSOR_POWER_POLICY
#[repr(C)]pub struct PROCESSOR_POWER_POLICY {
pub Revision: u32,
pub DynamicThrottle: u8,
pub Spare: [u8; 3],
pub _bitfield: u32,
pub PolicyCount: u32,
pub Policy: [PROCESSOR_POWER_POLICY_INFO; 3],
}
Fields§
§Revision: u32
§DynamicThrottle: u8
§Spare: [u8; 3]
§_bitfield: u32
§PolicyCount: u32
§Policy: [PROCESSOR_POWER_POLICY_INFO; 3]
Trait Implementations§
§impl Clone for PROCESSOR_POWER_POLICY
impl Clone for PROCESSOR_POWER_POLICY
impl Copy for PROCESSOR_POWER_POLICY
Auto Trait Implementations§
impl RefUnwindSafe for PROCESSOR_POWER_POLICY
impl Send for PROCESSOR_POWER_POLICY
impl Sync for PROCESSOR_POWER_POLICY
impl Unpin for PROCESSOR_POWER_POLICY
impl UnwindSafe for PROCESSOR_POWER_POLICY
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