Struct winapi::setupapi::SP_DRVINFO_DATA_V1_W [] [src]

pub struct SP_DRVINFO_DATA_V1_W {
    pub cbSize: DWORD,
    pub DriverType: DWORD,
    pub Reserved: ULONG_PTR,
    pub Description: [WCHAR; 256],
    pub MfgName: [WCHAR; 256],
    pub ProviderName: [WCHAR; 256],
}

Fields

cbSize: DWORD DriverType: DWORD Reserved: ULONG_PTR Description: [WCHAR; 256] MfgName: [WCHAR; 256] ProviderName: [WCHAR; 256]

Trait Implementations

impl Copy for SP_DRVINFO_DATA_V1_W
[src]

impl Clone for SP_DRVINFO_DATA_V1_W
[src]

fn clone(&self) -> SP_DRVINFO_DATA_V1_W

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