Struct windows_sys::Win32::System::Power::WAKE_ALARM_INFORMATION
[−]Expand description
Required features: "Win32_System_Power"
Fields
TimerIdentifier: u32
Timeout: u32
Trait Implementations
impl Clone for WAKE_ALARM_INFORMATION
impl Clone for WAKE_ALARM_INFORMATION
impl Copy for WAKE_ALARM_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for WAKE_ALARM_INFORMATION
impl Send for WAKE_ALARM_INFORMATION
impl Sync for WAKE_ALARM_INFORMATION
impl Unpin for WAKE_ALARM_INFORMATION
impl UnwindSafe for WAKE_ALARM_INFORMATION
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