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