#[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
sourceimpl Clone for SET_POWER_SETTING_VALUE
impl Clone for SET_POWER_SETTING_VALUE
sourcefn clone(&self) -> SET_POWER_SETTING_VALUE
fn clone(&self) -> SET_POWER_SETTING_VALUE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for SET_POWER_SETTING_VALUE
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more