#[repr(C)]pub struct tagACTCTXA {
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: ULONG§dwFlags: DWORD§lpSource: LPCSTR§wProcessorArchitecture: USHORT§wLangId: LANGID§lpAssemblyDirectory: LPCSTR§lpResourceName: LPCSTR§lpApplicationName: LPCSTR§hModule: HMODULETrait Implementations§
Source§impl Clone for tagACTCTXA
impl Clone for tagACTCTXA
Source§fn clone(&self) -> tagACTCTXA
fn clone(&self) -> tagACTCTXA
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for tagACTCTXA
impl Debug for tagACTCTXA
impl Copy for tagACTCTXA
Auto Trait Implementations§
impl Freeze for tagACTCTXA
impl RefUnwindSafe for tagACTCTXA
impl !Send for tagACTCTXA
impl !Sync for tagACTCTXA
impl Unpin for tagACTCTXA
impl UnwindSafe for tagACTCTXA
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more