Struct windows_sys::Win32::System::Power::SET_POWER_SETTING_VALUE
[−]#[repr(C)]pub struct SET_POWER_SETTING_VALUE {
pub Version: u32,
pub Guid: GUID,
pub PowerCondition: SYSTEM_POWER_CONDITION,
pub DataLength: u32,
pub Data: [u8; 1],
}
Expand description
Required features: "Win32_System_Power"
Fields
Version: u32
Guid: GUID
PowerCondition: SYSTEM_POWER_CONDITION
DataLength: u32
Data: [u8; 1]
Trait Implementations
impl Clone for SET_POWER_SETTING_VALUE
impl Clone for SET_POWER_SETTING_VALUE
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