#[repr(C)]pub struct NOTIFY_USER_POWER_SETTING {
pub Guid: GUID,
}
Fields§
§Guid: GUID
Trait Implementations§
§impl Clone for NOTIFY_USER_POWER_SETTING
impl Clone for NOTIFY_USER_POWER_SETTING
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§
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