Struct winapi::winbase::ACTCTXA [] [src]

pub struct ACTCTXA {
    pub cbSize: ULONG,
    pub dwFlags: DWORD,
    pub lpSource: LPCSTR,
    pub wProcessorArchitecture: USHORT,
    pub wLangId: LANGID,
    pub lpAssemblyDirectory: LPCSTR,
    pub lpResourceName: LPCSTR,
    pub lpApplicationName: LPCSTR,
    pub hModule: HMODULE,
}

Fields

cbSize: ULONG dwFlags: DWORD lpSource: LPCSTR wProcessorArchitecture: USHORT wLangId: LANGID lpAssemblyDirectory: LPCSTR lpResourceName: LPCSTR lpApplicationName: LPCSTR hModule: HMODULE

Trait Implementations

impl Debug for ACTCTXA
[src]

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

Formats the value using the given formatter.

impl Copy for ACTCTXA
[src]

impl Clone for ACTCTXA
[src]

fn clone(&self) -> ACTCTXA

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