Struct winapi::setupapi::SP_DEVICE_INTERFACE_DATA [] [src]

pub struct SP_DEVICE_INTERFACE_DATA {
    pub cbSize: DWORD,
    pub InterfaceClassGuid: GUID,
    pub Flags: DWORD,
    pub Reserved: ULONG_PTR,
}

Fields

cbSize: DWORD InterfaceClassGuid: GUID Flags: DWORD Reserved: ULONG_PTR

Trait Implementations

impl Debug for SP_DEVICE_INTERFACE_DATA
[src]

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

Formats the value using the given formatter.

impl Copy for SP_DEVICE_INTERFACE_DATA
[src]

impl Clone for SP_DEVICE_INTERFACE_DATA
[src]

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