#[repr(C)]pub struct POWER_ACTION_POLICY {
pub Action: POWER_ACTION,
pub Flags: DWORD,
pub EventCode: DWORD,
}Fields§
§Action: POWER_ACTION§Flags: DWORD§EventCode: DWORDTrait Implementations§
Source§impl Clone for POWER_ACTION_POLICY
impl Clone for POWER_ACTION_POLICY
Source§fn clone(&self) -> POWER_ACTION_POLICY
fn clone(&self) -> POWER_ACTION_POLICY
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for POWER_ACTION_POLICY
impl Debug for POWER_ACTION_POLICY
impl Copy for POWER_ACTION_POLICY
Auto Trait Implementations§
impl Freeze for POWER_ACTION_POLICY
impl RefUnwindSafe for POWER_ACTION_POLICY
impl Send for POWER_ACTION_POLICY
impl Sync for POWER_ACTION_POLICY
impl Unpin for POWER_ACTION_POLICY
impl UnwindSafe for POWER_ACTION_POLICY
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