Struct windows_sys::Win32::System::Threading::REASON_CONTEXT
[−]#[repr(C)]pub struct REASON_CONTEXT {
pub Version: u32,
pub Flags: POWER_REQUEST_CONTEXT_FLAGS,
pub Reason: REASON_CONTEXT_0,
}
Expand description
Required features: "Win32_System_Threading"
, "Win32_Foundation"
Fields
Version: u32
Flags: POWER_REQUEST_CONTEXT_FLAGS
Reason: REASON_CONTEXT_0
Trait Implementations
impl Clone for REASON_CONTEXT
impl Clone for REASON_CONTEXT
impl Copy for REASON_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for REASON_CONTEXT
impl !Send for REASON_CONTEXT
impl !Sync for REASON_CONTEXT
impl Unpin for REASON_CONTEXT
impl UnwindSafe for REASON_CONTEXT
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