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