#[repr(C)]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: ULONGdwFlags: DWORDlpSource: LPCSTRwProcessorArchitecture: USHORTwLangId: LANGIDlpAssemblyDirectory: LPCSTRlpResourceName: LPCSTRlpApplicationName: LPCSTRhModule: HMODULETrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ACTCTXA
impl !Send for ACTCTXA
impl !Sync for ACTCTXA
impl Unpin for ACTCTXA
impl UnwindSafe for ACTCTXA
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