Struct winapi::setupapi::SP_DEVINFO_DATA [] [src]

pub struct SP_DEVINFO_DATA {
    pub cbSize: DWORD,
    pub ClassGuid: GUID,
    pub DevInst: DWORD,
    pub Reserved: ULONG_PTR,
}

Fields

cbSize: DWORD ClassGuid: GUID DevInst: DWORD Reserved: ULONG_PTR

Trait Implementations

impl Debug for SP_DEVINFO_DATA
[src]

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

Formats the value using the given formatter.

impl Copy for SP_DEVINFO_DATA
[src]

impl Clone for SP_DEVINFO_DATA
[src]

fn clone(&self) -> SP_DEVINFO_DATA

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