Struct winapi::setupapi::SP_PROPCHANGE_PARAMS [] [src]

#[repr(C)]
pub struct SP_PROPCHANGE_PARAMS { pub ClassInstallHeader: SP_CLASSINSTALL_HEADER, pub StateChange: DWORD, pub Scope: DWORD, pub HwProfile: DWORD, }

Fields

Trait Implementations

impl Debug for SP_PROPCHANGE_PARAMS
[src]

Formats the value using the given formatter.

impl Copy for SP_PROPCHANGE_PARAMS
[src]

impl Clone for SP_PROPCHANGE_PARAMS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more