#[repr(C)]pub struct NOTIFY_USER_POWER_SETTING {
pub Guid: GUID,
}
Fields§
§Guid: GUID
Trait Implementations§
Source§impl Clone for NOTIFY_USER_POWER_SETTING
impl Clone for NOTIFY_USER_POWER_SETTING
Source§fn clone(&self) -> NOTIFY_USER_POWER_SETTING
fn clone(&self) -> NOTIFY_USER_POWER_SETTING
Returns a copy 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 NOTIFY_USER_POWER_SETTING
impl Debug for NOTIFY_USER_POWER_SETTING
Source§impl Ord for NOTIFY_USER_POWER_SETTING
impl Ord for NOTIFY_USER_POWER_SETTING
Source§fn cmp(&self, other: &NOTIFY_USER_POWER_SETTING) -> Ordering
fn cmp(&self, other: &NOTIFY_USER_POWER_SETTING) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for NOTIFY_USER_POWER_SETTING
impl PartialOrd for NOTIFY_USER_POWER_SETTING
impl Copy for NOTIFY_USER_POWER_SETTING
impl Eq for NOTIFY_USER_POWER_SETTING
impl StructuralPartialEq for NOTIFY_USER_POWER_SETTING
Auto Trait Implementations§
impl Freeze for NOTIFY_USER_POWER_SETTING
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§
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