Struct winapi::setupapi::SP_SELECTDEVICE_PARAMS_W [] [src]

pub struct SP_SELECTDEVICE_PARAMS_W {
    pub ClassInstallHeader: SP_CLASSINSTALL_HEADER,
    pub Title: [WCHAR; 60],
    pub Instructions: [WCHAR; 256],
    pub ListLabel: [WCHAR; 30],
    pub SubTitle: [WCHAR; 256],
}

Fields

ClassInstallHeader: SP_CLASSINSTALL_HEADER Title: [WCHAR; 60] Instructions: [WCHAR; 256] ListLabel: [WCHAR; 30] SubTitle: [WCHAR; 256]

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