Struct winapi::setupapi::SP_SELECTDEVICE_PARAMS_A
[−]
[src]
pub struct SP_SELECTDEVICE_PARAMS_A { pub ClassInstallHeader: SP_CLASSINSTALL_HEADER, pub Title: [CHAR; MAX_TITLE_LEN], pub Instructions: [CHAR; MAX_INSTRUCTION_LEN], pub ListLabel: [CHAR; MAX_LABEL_LEN], pub SubTitle: [CHAR; MAX_SUBTITLE_LEN], pub Reserved: [BYTE; 2], }
Fields
ClassInstallHeader | |
Title | |
Instructions | |
ListLabel | |
SubTitle | |
Reserved |
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