Struct winapi::setupapi::SP_DRVINFO_DATA_V2_A
[−]
[src]
pub struct SP_DRVINFO_DATA_V2_A {
pub cbSize: DWORD,
pub DriverType: DWORD,
pub Reserved: ULONG_PTR,
pub Description: [CHAR; LINE_LEN],
pub MfgName: [CHAR; LINE_LEN],
pub ProviderName: [CHAR; LINE_LEN],
pub DriverDate: FILETIME,
pub DriverVersion: DWORDLONG,
}Fields
cbSize | |
DriverType | |
Reserved | |
Description | |
MfgName | |
ProviderName | |
DriverDate | |
DriverVersion |
Trait Implementations
impl Copy for SP_DRVINFO_DATA_V2_A[src]
impl Clone for SP_DRVINFO_DATA_V2_A[src]
fn clone(&self) -> SP_DRVINFO_DATA_V2_A
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more