[][src]Struct winapi::um::winnt::SET_POWER_SETTING_VALUE

#[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: DWORDGuid: GUIDPowerCondition: SYSTEM_POWER_CONDITIONDataLength: DWORDData: [BYTE; 1]

Trait Implementations

impl Copy for SET_POWER_SETTING_VALUE[src]

impl Clone for SET_POWER_SETTING_VALUE[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SET_POWER_SETTING_VALUE

impl Sync for SET_POWER_SETTING_VALUE

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]