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

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

ClassInstallHeader: SP_CLASSINSTALL_HEADER Title: [CHAR; 60] Instructions: [CHAR; 256] ListLabel: [CHAR; 30] SubTitle: [CHAR; 256] Reserved: [BYTE; 2]

Trait Implementations

impl Copy for SP_SELECTDEVICE_PARAMS_A
[src]

impl Clone for SP_SELECTDEVICE_PARAMS_A
[src]

fn clone(&self) -> SP_SELECTDEVICE_PARAMS_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