#[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§
Source§impl Clone for REASON_CONTEXT
impl Clone for REASON_CONTEXT
Source§fn clone(&self) -> REASON_CONTEXT
fn clone(&self) -> REASON_CONTEXT
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for REASON_CONTEXT
Auto Trait Implementations§
impl Freeze for REASON_CONTEXT
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§
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