#[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: HMODULE
Trait Implementations§
Source§impl Clone for tagACTCTXA
impl Clone for tagACTCTXA
Source§fn clone(&self) -> tagACTCTXA
fn clone(&self) -> tagACTCTXA
Returns a copy 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
Source§impl Ord for tagACTCTXA
impl Ord for tagACTCTXA
Source§fn cmp(&self, other: &tagACTCTXA) -> Ordering
fn cmp(&self, other: &tagACTCTXA) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagACTCTXA
impl PartialEq for tagACTCTXA
Source§impl PartialOrd for tagACTCTXA
impl PartialOrd for tagACTCTXA
impl Copy for tagACTCTXA
impl Eq for tagACTCTXA
impl StructuralPartialEq 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