Struct windows_native::ntpoapi::POWER_REQUEST_1
source ยท #[repr(C)]pub struct POWER_REQUEST_1 {
pub V1: UnionField<POWER_REQUEST_1_1>,
pub V2: UnionField<POWER_REQUEST_1_2>,
pub V3: UnionField<POWER_REQUEST_1_3>,
pub V4: UnionField<POWER_REQUEST_1_4>,
pub union_field: [u64; 10],
}Fieldsยง
ยงV1: UnionField<POWER_REQUEST_1_1>ยงV2: UnionField<POWER_REQUEST_1_2>ยงV3: UnionField<POWER_REQUEST_1_3>ยงV4: UnionField<POWER_REQUEST_1_4>ยงunion_field: [u64; 10]Trait Implementationsยง
sourceยงimpl Debug for POWER_REQUEST_1
impl Debug for POWER_REQUEST_1
Auto Trait Implementationsยง
impl RefUnwindSafe for POWER_REQUEST_1
impl Send for POWER_REQUEST_1
impl Sync for POWER_REQUEST_1
impl Unpin for POWER_REQUEST_1
impl UnwindSafe for POWER_REQUEST_1
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