Struct winapi::setupapi::FILEPATHS_W [] [src]

pub struct FILEPATHS_W {
    pub Target: PCWSTR,
    pub Source: PCWSTR,
    pub Win32Error: UINT,
    pub Flags: DWORD,
}

Fields

Target: PCWSTR Source: PCWSTR Win32Error: UINT Flags: DWORD

Trait Implementations

impl Debug for FILEPATHS_W
[src]

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

Formats the value using the given formatter.

impl Copy for FILEPATHS_W
[src]

impl Clone for FILEPATHS_W
[src]

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