#[repr(C)]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: ULONGdwFlags: DWORDlpSource: LPCWSTRwProcessorArchitecture: USHORTwLangId: LANGIDlpAssemblyDirectory: LPCWSTRlpResourceName: LPCWSTRlpApplicationName: LPCWSTRhModule: HMODULETrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ACTCTXW
impl !Send for ACTCTXW
impl !Sync for ACTCTXW
impl Unpin for ACTCTXW
impl UnwindSafe for ACTCTXW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more