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