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

#[repr(C)]
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

Trait Implementations

impl Copy for SP_DRVINFO_DATA_V1_W
[src]

impl Clone for SP_DRVINFO_DATA_V1_W
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more