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