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
dwFlags
lpSource
wProcessorArchitecture
wLangId
lpAssemblyDirectory
lpResourceName
lpApplicationName
hModule

Trait Implementations

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

Derived Implementations

impl Debug for ACTCTXA
[src]

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

Formats the value using the given formatter.