Struct winapi::setupapi::SP_DEVICE_INTERFACE_DETAIL_DATA_W [] [src]

pub struct SP_DEVICE_INTERFACE_DETAIL_DATA_W {
    pub cbSize: DWORD,
    pub DevicePath: [WCHAR; 1],
}

Fields

cbSize: DWORD DevicePath: [WCHAR; 1]

Trait Implementations

impl Debug for SP_DEVICE_INTERFACE_DETAIL_DATA_W
[src]

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

Formats the value using the given formatter.

impl Copy for SP_DEVICE_INTERFACE_DETAIL_DATA_W
[src]

impl Clone for SP_DEVICE_INTERFACE_DETAIL_DATA_W
[src]

fn clone(&self) -> SP_DEVICE_INTERFACE_DETAIL_DATA_W

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