#[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: DWORDTrait Implementations§
Source§impl Clone for tagWAVEOUTCAPSA
impl Clone for tagWAVEOUTCAPSA
Source§fn clone(&self) -> tagWAVEOUTCAPSA
fn clone(&self) -> tagWAVEOUTCAPSA
Returns a duplicate 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
impl Copy 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