#[repr(C, packed(1))]
pub struct ACMDRIVERDETAILSA {
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: [CHAR; 32], pub szLongName: [CHAR; 128], pub szCopyright: [CHAR; 80], pub szLicensing: [CHAR; 128], pub szFeatures: [CHAR; 512],
}
Expand description

Required features: "Win32_Media_Audio", "Win32_Foundation", "Win32_UI_WindowsAndMessaging"

Fields

cbStruct: u32fccType: u32fccComp: u32wMid: u16wPid: u16vdwACM: u32vdwDriver: u32fdwSupport: u32cFormatTags: u32cFilterTags: u32hicon: HICONszShortName: [CHAR; 32]szLongName: [CHAR; 128]szCopyright: [CHAR; 80]szLicensing: [CHAR; 128]szFeatures: [CHAR; 512]

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.