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; 256],
    pub MfgName: [CHAR; 256],
    pub ProviderName: [CHAR; 256],
    pub DriverDate: FILETIME,
    pub DriverVersion: DWORDLONG,
}

Fields

cbSize: DWORD DriverType: DWORD Reserved: ULONG_PTR Description: [CHAR; 256] MfgName: [CHAR; 256] ProviderName: [CHAR; 256] DriverDate: FILETIME DriverVersion: DWORDLONG

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