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