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