Struct windows::Win32::System::Power::SYSTEM_POWER_CAPABILITIES
#[repr(C)]pub struct SYSTEM_POWER_CAPABILITIES {Show 33 fields
pub PowerButtonPresent: BOOLEAN,
pub SleepButtonPresent: BOOLEAN,
pub LidPresent: BOOLEAN,
pub SystemS1: BOOLEAN,
pub SystemS2: BOOLEAN,
pub SystemS3: BOOLEAN,
pub SystemS4: BOOLEAN,
pub SystemS5: BOOLEAN,
pub HiberFilePresent: BOOLEAN,
pub FullWake: BOOLEAN,
pub VideoDimPresent: BOOLEAN,
pub ApmPresent: BOOLEAN,
pub UpsPresent: BOOLEAN,
pub ThermalControl: BOOLEAN,
pub ProcessorThrottle: BOOLEAN,
pub ProcessorMinThrottle: u8,
pub ProcessorMaxThrottle: u8,
pub FastSystemS4: BOOLEAN,
pub Hiberboot: BOOLEAN,
pub WakeAlarmPresent: BOOLEAN,
pub AoAc: BOOLEAN,
pub DiskSpinDown: BOOLEAN,
pub HiberFileType: u8,
pub AoAcConnectivitySupported: BOOLEAN,
pub spare3: [u8; 6],
pub SystemBatteriesPresent: BOOLEAN,
pub BatteriesAreShortTerm: BOOLEAN,
pub BatteryScale: [BATTERY_REPORTING_SCALE; 3],
pub AcOnLineWake: SYSTEM_POWER_STATE,
pub SoftLidWake: SYSTEM_POWER_STATE,
pub RtcWake: SYSTEM_POWER_STATE,
pub MinDeviceWakeState: SYSTEM_POWER_STATE,
pub DefaultLowLatencyWake: SYSTEM_POWER_STATE,
}
Fields§
§PowerButtonPresent: BOOLEAN
§SleepButtonPresent: BOOLEAN
§LidPresent: BOOLEAN
§SystemS1: BOOLEAN
§SystemS2: BOOLEAN
§SystemS3: BOOLEAN
§SystemS4: BOOLEAN
§SystemS5: BOOLEAN
§HiberFilePresent: BOOLEAN
§FullWake: BOOLEAN
§VideoDimPresent: BOOLEAN
§ApmPresent: BOOLEAN
§UpsPresent: BOOLEAN
§ThermalControl: BOOLEAN
§ProcessorThrottle: BOOLEAN
§ProcessorMinThrottle: u8
§ProcessorMaxThrottle: u8
§FastSystemS4: BOOLEAN
§Hiberboot: BOOLEAN
§WakeAlarmPresent: BOOLEAN
§AoAc: BOOLEAN
§DiskSpinDown: BOOLEAN
§HiberFileType: u8
§AoAcConnectivitySupported: BOOLEAN
§spare3: [u8; 6]
§SystemBatteriesPresent: BOOLEAN
§BatteriesAreShortTerm: BOOLEAN
§BatteryScale: [BATTERY_REPORTING_SCALE; 3]
§AcOnLineWake: SYSTEM_POWER_STATE
§SoftLidWake: SYSTEM_POWER_STATE
§RtcWake: SYSTEM_POWER_STATE
§MinDeviceWakeState: SYSTEM_POWER_STATE
§DefaultLowLatencyWake: SYSTEM_POWER_STATE
Trait Implementations§
§impl Clone for SYSTEM_POWER_CAPABILITIES
impl Clone for SYSTEM_POWER_CAPABILITIES
§fn clone(&self) -> SYSTEM_POWER_CAPABILITIES
fn clone(&self) -> SYSTEM_POWER_CAPABILITIES
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for SYSTEM_POWER_CAPABILITIES
impl Debug for SYSTEM_POWER_CAPABILITIES
§impl Default for SYSTEM_POWER_CAPABILITIES
impl Default for SYSTEM_POWER_CAPABILITIES
§impl PartialEq for SYSTEM_POWER_CAPABILITIES
impl PartialEq for SYSTEM_POWER_CAPABILITIES
§fn eq(&self, other: &SYSTEM_POWER_CAPABILITIES) -> bool
fn eq(&self, other: &SYSTEM_POWER_CAPABILITIES) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SYSTEM_POWER_CAPABILITIES
impl Eq for SYSTEM_POWER_CAPABILITIES
impl StructuralPartialEq for SYSTEM_POWER_CAPABILITIES
Auto Trait Implementations§
impl Freeze for SYSTEM_POWER_CAPABILITIES
impl RefUnwindSafe for SYSTEM_POWER_CAPABILITIES
impl Send for SYSTEM_POWER_CAPABILITIES
impl Sync for SYSTEM_POWER_CAPABILITIES
impl Unpin for SYSTEM_POWER_CAPABILITIES
impl UnwindSafe for SYSTEM_POWER_CAPABILITIES
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)