Struct winapi::setupapi::SP_DRVINSTALL_PARAMS [] [src]

pub struct SP_DRVINSTALL_PARAMS {
    pub cbSize: DWORD,
    pub Rank: DWORD,
    pub Flags: DWORD,
    pub PrivateData: DWORD_PTR,
    pub Reserved: DWORD,
}

Fields

cbSize: DWORD Rank: DWORD Flags: DWORD PrivateData: DWORD_PTR Reserved: DWORD

Trait Implementations

impl Debug for SP_DRVINSTALL_PARAMS
[src]

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

Formats the value using the given formatter.

impl Copy for SP_DRVINSTALL_PARAMS
[src]

impl Clone for SP_DRVINSTALL_PARAMS
[src]

fn clone(&self) -> SP_DRVINSTALL_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