Struct winapi::setupapi::SP_TROUBLESHOOTER_PARAMS_W [] [src]

pub struct SP_TROUBLESHOOTER_PARAMS_W {
    pub ClassInstallHeader: SP_CLASSINSTALL_HEADER,
    pub ChmFile: [WCHAR; 260],
    pub HtmlTroubleShooter: [WCHAR; 260],
}

Fields

ClassInstallHeader: SP_CLASSINSTALL_HEADER ChmFile: [WCHAR; 260] HtmlTroubleShooter: [WCHAR; 260]

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