Struct windows_native::ntpoapi::POWER_STATE
source ยท #[repr(C)]pub struct POWER_STATE {
pub SystemState: UnionField<SYSTEM_POWER_STATE>,
pub DeviceState: UnionField<DEVICE_POWER_STATE>,
pub union_field: u32,
}Fieldsยง
ยงSystemState: UnionField<SYSTEM_POWER_STATE>ยงDeviceState: UnionField<DEVICE_POWER_STATE>ยงunion_field: u32Trait Implementationsยง
sourceยงimpl Debug for POWER_STATE
impl Debug for POWER_STATE
Auto Trait Implementationsยง
impl RefUnwindSafe for POWER_STATE
impl Send for POWER_STATE
impl Sync for POWER_STATE
impl Unpin for POWER_STATE
impl UnwindSafe for POWER_STATE
Blanket Implementationsยง
sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more