#[repr(C)]pub struct REASON_CONTEXT_Detailed {
    pub LocalizedReasonModule: HMODULE,
    pub LocalizedReasonId: ULONG,
    pub ReasonStringCount: ULONG,
    pub ReasonStrings: *mut LPWSTR,
}Fields§
§LocalizedReasonModule: HMODULE§LocalizedReasonId: ULONG§ReasonStringCount: ULONG§ReasonStrings: *mut LPWSTRTrait Implementations§
Source§impl Clone for REASON_CONTEXT_Detailed
 
impl Clone for REASON_CONTEXT_Detailed
Source§fn clone(&self) -> REASON_CONTEXT_Detailed
 
fn clone(&self) -> REASON_CONTEXT_Detailed
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_Detailed
Auto Trait Implementations§
impl Freeze for REASON_CONTEXT_Detailed
impl RefUnwindSafe for REASON_CONTEXT_Detailed
impl !Send for REASON_CONTEXT_Detailed
impl !Sync for REASON_CONTEXT_Detailed
impl Unpin for REASON_CONTEXT_Detailed
impl UnwindSafe for REASON_CONTEXT_Detailed
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