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