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