Struct winapi::setupapi::SP_DEVICE_INTERFACE_DETAIL_DATA_A [] [src]

pub struct SP_DEVICE_INTERFACE_DETAIL_DATA_A {
    pub cbSize: DWORD,
    pub DevicePath: [CHAR; 1],
}

Fields

cbSize: DWORD DevicePath: [CHAR; 1]

Trait Implementations

impl Debug for SP_DEVICE_INTERFACE_DETAIL_DATA_A
[src]

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

Formats the value using the given formatter.

impl Copy for SP_DEVICE_INTERFACE_DETAIL_DATA_A
[src]

impl Clone for SP_DEVICE_INTERFACE_DETAIL_DATA_A
[src]

fn clone(&self) -> SP_DEVICE_INTERFACE_DETAIL_DATA_A

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