Struct winapi::um::winnt::SET_POWER_SETTING_VALUE
source · #[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 moresource§impl Default for SET_POWER_SETTING_VALUE
impl Default for SET_POWER_SETTING_VALUE
source§fn default() -> SET_POWER_SETTING_VALUE
fn default() -> SET_POWER_SETTING_VALUE
Returns the “default value” for a type. Read more