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