#[repr(C)]pub struct CM_POWER_DATA {
    pub PD_Size: DWORD,
    pub PD_MostRecentPowerState: DEVICE_POWER_STATE,
    pub PD_Capabilities: DWORD,
    pub PD_D1Latency: DWORD,
    pub PD_D2Latency: DWORD,
    pub PD_D3Latency: DWORD,
    pub PD_PowerStateMapping: [DEVICE_POWER_STATE; 7],
    pub PD_DeepestSystemWake: SYSTEM_POWER_STATE,
}Fields§
§PD_Size: DWORD§PD_MostRecentPowerState: DEVICE_POWER_STATE§PD_Capabilities: DWORD§PD_D1Latency: DWORD§PD_D2Latency: DWORD§PD_D3Latency: DWORD§PD_PowerStateMapping: [DEVICE_POWER_STATE; 7]§PD_DeepestSystemWake: SYSTEM_POWER_STATETrait Implementations§
Source§impl Clone for CM_POWER_DATA
 
impl Clone for CM_POWER_DATA
Source§fn clone(&self) -> CM_POWER_DATA
 
fn clone(&self) -> CM_POWER_DATA
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 moreimpl Copy for CM_POWER_DATA
Auto Trait Implementations§
impl Freeze for CM_POWER_DATA
impl RefUnwindSafe for CM_POWER_DATA
impl Send for CM_POWER_DATA
impl Sync for CM_POWER_DATA
impl Unpin for CM_POWER_DATA
impl UnwindSafe for CM_POWER_DATA
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