Struct winapi::winbase::ACTCTXW [] [src]

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

Fields

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

Trait Implementations

impl Debug for ACTCTXW
[src]

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

Formats the value using the given formatter.

impl Copy for ACTCTXW
[src]

impl Clone for ACTCTXW
[src]

fn clone(&self) -> ACTCTXW

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