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