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: SP_CLASSINSTALL_HEADER Scope: DWORD HwProfile: DWORD

Trait Implementations

impl Debug for SP_REMOVEDEVICE_PARAMS
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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