Struct winapi::setupapi::SP_TROUBLESHOOTER_PARAMS_A
[−]
[src]
pub struct SP_TROUBLESHOOTER_PARAMS_A { pub ClassInstallHeader: SP_CLASSINSTALL_HEADER, pub ChmFile: [CHAR; ::MAX_PATH], pub HtmlTroubleShooter: [CHAR; ::MAX_PATH], }
Fields
ClassInstallHeader | |
ChmFile | |
HtmlTroubleShooter |
Trait Implementations
impl Copy for SP_TROUBLESHOOTER_PARAMS_A
[src]
impl Clone for SP_TROUBLESHOOTER_PARAMS_A
[src]
fn clone(&self) -> SP_TROUBLESHOOTER_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