Struct ACMDRIVERDETAILSW
#[repr(C, packed(1))]pub struct ACMDRIVERDETAILSW {Show 16 fields
pub cbStruct: u32,
pub fccType: u32,
pub fccComp: u32,
pub wMid: u16,
pub wPid: u16,
pub vdwACM: u32,
pub vdwDriver: u32,
pub fdwSupport: u32,
pub cFormatTags: u32,
pub cFilterTags: u32,
pub hicon: HICON,
pub szShortName: [u16; 32],
pub szLongName: [u16; 128],
pub szCopyright: [u16; 80],
pub szLicensing: [u16; 128],
pub szFeatures: [u16; 512],
}
Fields§
§cbStruct: u32
§fccType: u32
§fccComp: u32
§wMid: u16
§wPid: u16
§vdwACM: u32
§vdwDriver: u32
§fdwSupport: u32
§cFormatTags: u32
§cFilterTags: u32
§hicon: HICON
§szShortName: [u16; 32]
§szLongName: [u16; 128]
§szCopyright: [u16; 80]
§szLicensing: [u16; 128]
§szFeatures: [u16; 512]
Trait Implementations§
§impl Clone for ACMDRIVERDETAILSW
impl Clone for ACMDRIVERDETAILSW
§fn clone(&self) -> ACMDRIVERDETAILSW
fn clone(&self) -> ACMDRIVERDETAILSW
Returns a copy 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 moreimpl Copy for ACMDRIVERDETAILSW
Auto Trait Implementations§
impl Freeze for ACMDRIVERDETAILSW
impl RefUnwindSafe for ACMDRIVERDETAILSW
impl !Send for ACMDRIVERDETAILSW
impl !Sync for ACMDRIVERDETAILSW
impl Unpin for ACMDRIVERDETAILSW
impl UnwindSafe for ACMDRIVERDETAILSW
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