Struct winapi::setupapi::SP_SELECTDEVICE_PARAMS_A [] [src]

#[repr(C)]
pub struct SP_SELECTDEVICE_PARAMS_A { pub ClassInstallHeader: SP_CLASSINSTALL_HEADER, pub Title: [CHAR; 60], pub Instructions: [CHAR; 256], pub ListLabel: [CHAR; 30], pub SubTitle: [CHAR; 256], pub Reserved: [BYTE; 2], }

Fields

Trait Implementations

impl Copy for SP_SELECTDEVICE_PARAMS_A
[src]

impl Clone for SP_SELECTDEVICE_PARAMS_A
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more