Struct winapi::setupapi::SP_SELECTDEVICE_PARAMS_W
[−]
[src]
pub struct SP_SELECTDEVICE_PARAMS_W { pub ClassInstallHeader: SP_CLASSINSTALL_HEADER, pub Title: [WCHAR; MAX_TITLE_LEN], pub Instructions: [WCHAR; MAX_INSTRUCTION_LEN], pub ListLabel: [WCHAR; MAX_LABEL_LEN], pub SubTitle: [WCHAR; MAX_SUBTITLE_LEN], }
Fields
ClassInstallHeader | |
Title | |
Instructions | |
ListLabel | |
SubTitle |
Trait Implementations
impl Copy for SP_SELECTDEVICE_PARAMS_W
[src]
impl Clone for SP_SELECTDEVICE_PARAMS_W
[src]
fn clone(&self) -> SP_SELECTDEVICE_PARAMS_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