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

Trait Implementations

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

Derived Implementations

impl Debug for ACTCTXW
[src]

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

Formats the value using the given formatter.