Struct winapi::setupapi::SP_DETECTDEVICE_PARAMS
[−]
[src]
pub struct SP_DETECTDEVICE_PARAMS {
pub ClassInstallHeader: SP_CLASSINSTALL_HEADER,
pub DetectProgressNotify: PDETECT_PROGRESS_NOTIFY,
pub ProgressNotifyParam: PVOID,
}Fields
ClassInstallHeader | |
DetectProgressNotify | |
ProgressNotifyParam |
Trait Implementations
impl Copy for SP_DETECTDEVICE_PARAMS[src]
impl Clone for SP_DETECTDEVICE_PARAMS[src]
fn clone(&self) -> SP_DETECTDEVICE_PARAMS
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