#[repr(C)]pub struct NOTIFY_USER_POWER_SETTING {
pub Guid: GUID,
}
Fields
Guid: GUID
Trait Implementations
sourceimpl Clone for NOTIFY_USER_POWER_SETTING
impl Clone for NOTIFY_USER_POWER_SETTING
sourcefn clone(&self) -> NOTIFY_USER_POWER_SETTING
fn clone(&self) -> NOTIFY_USER_POWER_SETTING
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for NOTIFY_USER_POWER_SETTING
Auto Trait Implementations
impl RefUnwindSafe for NOTIFY_USER_POWER_SETTING
impl Send for NOTIFY_USER_POWER_SETTING
impl Sync for NOTIFY_USER_POWER_SETTING
impl Unpin for NOTIFY_USER_POWER_SETTING
impl UnwindSafe for NOTIFY_USER_POWER_SETTING
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more