#[repr(C, packed(1))]pub struct tagAUXCAPSA {
pub wMid: WORD,
pub wPid: WORD,
pub vDriverVersion: MMVERSION,
pub szPname: [CHAR; 32],
pub wTechnology: WORD,
pub wReserved1: WORD,
pub dwSupport: DWORD,
}
Fields§
§wMid: WORD
§wPid: WORD
§vDriverVersion: MMVERSION
§szPname: [CHAR; 32]
§wTechnology: WORD
§wReserved1: WORD
§dwSupport: DWORD
Trait Implementations§
Source§impl Clone for tagAUXCAPSA
impl Clone for tagAUXCAPSA
Source§fn clone(&self) -> tagAUXCAPSA
fn clone(&self) -> tagAUXCAPSA
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 tagAUXCAPSA
impl Debug for tagAUXCAPSA
Source§impl Ord for tagAUXCAPSA
impl Ord for tagAUXCAPSA
Source§fn cmp(&self, other: &tagAUXCAPSA) -> Ordering
fn cmp(&self, other: &tagAUXCAPSA) -> 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 tagAUXCAPSA
impl PartialEq for tagAUXCAPSA
Source§impl PartialOrd for tagAUXCAPSA
impl PartialOrd for tagAUXCAPSA
impl Copy for tagAUXCAPSA
impl Eq for tagAUXCAPSA
impl StructuralPartialEq for tagAUXCAPSA
Auto Trait Implementations§
impl Freeze for tagAUXCAPSA
impl RefUnwindSafe for tagAUXCAPSA
impl Send for tagAUXCAPSA
impl Sync for tagAUXCAPSA
impl Unpin for tagAUXCAPSA
impl UnwindSafe for tagAUXCAPSA
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