#[repr(C, packed(1))]pub struct tagAUXCAPSA {
pub wMid: WORD,
pub wPid: WORD,
pub vDriverVersion: MMVERSION,
pub szPname: [CHAR; 32],
pub wTechnology: WORD,
pub wReserved1: WORD,
pub dwSupport: DWORD,
}Fields§
§wMid: WORD§wPid: WORD§vDriverVersion: MMVERSION§szPname: [CHAR; 32]§wTechnology: WORD§wReserved1: WORD§dwSupport: DWORDTrait Implementations§
Source§impl Clone for tagAUXCAPSA
impl Clone for tagAUXCAPSA
Source§fn clone(&self) -> tagAUXCAPSA
fn clone(&self) -> tagAUXCAPSA
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 tagAUXCAPSA
impl Debug for tagAUXCAPSA
impl Copy for tagAUXCAPSA
Auto Trait Implementations§
impl Freeze for tagAUXCAPSA
impl RefUnwindSafe for tagAUXCAPSA
impl Send for tagAUXCAPSA
impl Sync for tagAUXCAPSA
impl Unpin for tagAUXCAPSA
impl UnwindSafe for tagAUXCAPSA
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