Struct winapi::setupapi::SP_UNREMOVEDEVICE_PARAMS
[−]
[src]
pub struct SP_UNREMOVEDEVICE_PARAMS { pub ClassInstallHeader: SP_CLASSINSTALL_HEADER, pub Scope: DWORD, pub HwProfile: DWORD, }
Fields
ClassInstallHeader | |
Scope | |
HwProfile |
Trait Implementations
impl Copy for SP_UNREMOVEDEVICE_PARAMS
[src]
impl Clone for SP_UNREMOVEDEVICE_PARAMS
[src]
fn clone(&self) -> SP_UNREMOVEDEVICE_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