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