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