Struct winapi::setupapi::SP_TROUBLESHOOTER_PARAMS_A [] [src]

pub struct SP_TROUBLESHOOTER_PARAMS_A {
    pub ClassInstallHeader: SP_CLASSINSTALL_HEADER,
    pub ChmFile: [CHAR; 260],
    pub HtmlTroubleShooter: [CHAR; 260],
}

Fields

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

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