Struct winapi::setupapi::FILEPATHS_A [] [src]

pub struct FILEPATHS_A {
    pub Target: PCSTR,
    pub Source: PCSTR,
    pub Win32Error: UINT,
    pub Flags: DWORD,
}

Fields

Target: PCSTR Source: PCSTR Win32Error: UINT Flags: DWORD

Trait Implementations

impl Debug for FILEPATHS_A
[src]

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

Formats the value using the given formatter.

impl Copy for FILEPATHS_A
[src]

impl Clone for FILEPATHS_A
[src]

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