Struct win_sys::SystemServices::NOTIFY_USER_POWER_SETTING
source · [−]#[repr(C)]pub struct NOTIFY_USER_POWER_SETTING {
pub Guid: GUID,
}Expand description
Required features: ‘Win32_System_SystemServices’
Fields
Guid: GUIDTrait Implementations
sourceimpl Clone for NOTIFY_USER_POWER_SETTING
impl Clone for NOTIFY_USER_POWER_SETTING
sourcepub fn clone(&self) -> NOTIFY_USER_POWER_SETTING
pub 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
sourceimpl Debug for NOTIFY_USER_POWER_SETTING
impl Debug for NOTIFY_USER_POWER_SETTING
sourceimpl Default for NOTIFY_USER_POWER_SETTING
impl Default for NOTIFY_USER_POWER_SETTING
sourcepub fn default() -> NOTIFY_USER_POWER_SETTING
pub fn default() -> NOTIFY_USER_POWER_SETTING
Returns the “default value” for a type. Read more
impl Copy for NOTIFY_USER_POWER_SETTING
impl Eq 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcepub fn to_owned(&self) -> T
pub fn to_owned(&self) -> T
Creates owned data from borrowed data, usually by cloning. Read more
sourcepub fn clone_into(&self, target: &mut T)
pub fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more