Struct winapi::um::minwinbase::REASON_CONTEXT
source · [−]#[repr(C)]pub struct REASON_CONTEXT {
pub Version: ULONG,
pub Flags: DWORD,
pub Reason: REASON_CONTEXT_Reason,
}
Fields
Version: ULONG
Flags: DWORD
Reason: REASON_CONTEXT_Reason
Trait Implementations
sourceimpl Clone for REASON_CONTEXT
impl Clone for REASON_CONTEXT
sourcefn clone(&self) -> REASON_CONTEXT
fn clone(&self) -> REASON_CONTEXT
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
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