[][src]Union ntapi::ntexapi::ENERGY_STATE_DURATION

#[repr(C)]pub union ENERGY_STATE_DURATION {
    pub u: ENERGY_STATE_DURATION_u,
    pub BitFields: ULONG,
}

Fields

u: ENERGY_STATE_DURATION_uBitFields: ULONG

Implementations

impl ENERGY_STATE_DURATION[src]

pub unsafe fn Duration(&self) -> ULONG[src]

pub unsafe fn set_Duration(&mut self, val: ULONG)[src]

pub unsafe fn IsInState(&self) -> ULONG[src]

pub unsafe fn set_IsInState(&mut self, val: ULONG)[src]

Trait Implementations

impl Clone for ENERGY_STATE_DURATION[src]

impl Copy for ENERGY_STATE_DURATION[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.