Struct winapi::minwinbase::REASON_CONTEXT_Detailed [] [src]

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 LPWSTR

Trait Implementations

impl Debug for REASON_CONTEXT_Detailed
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for REASON_CONTEXT_Detailed
[src]

impl Clone for REASON_CONTEXT_Detailed
[src]

fn clone(&self) -> REASON_CONTEXT_Detailed

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more