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