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