#[repr(C)]pub struct SET_POWER_SETTING_VALUE {
    pub Version: DWORD,
    pub Guid: GUID,
    pub PowerCondition: SYSTEM_POWER_CONDITION,
    pub DataLength: DWORD,
    pub Data: [BYTE; 1],
}Fields§
§Version: DWORD§Guid: GUID§PowerCondition: SYSTEM_POWER_CONDITION§DataLength: DWORD§Data: [BYTE; 1]Trait Implementations§
Source§impl Clone for SET_POWER_SETTING_VALUE
 
impl Clone for SET_POWER_SETTING_VALUE
Source§fn clone(&self) -> SET_POWER_SETTING_VALUE
 
fn clone(&self) -> SET_POWER_SETTING_VALUE
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 SET_POWER_SETTING_VALUE
Auto Trait Implementations§
impl Freeze for SET_POWER_SETTING_VALUE
impl RefUnwindSafe for SET_POWER_SETTING_VALUE
impl Send for SET_POWER_SETTING_VALUE
impl Sync for SET_POWER_SETTING_VALUE
impl Unpin for SET_POWER_SETTING_VALUE
impl UnwindSafe for SET_POWER_SETTING_VALUE
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