Struct winapi::setupapi::SOURCE_MEDIA_A [] [src]

pub struct SOURCE_MEDIA_A {
    pub Reserved: PCSTR,
    pub Tagfile: PCSTR,
    pub Description: PCSTR,
    pub SourcePath: PCSTR,
    pub SourceFile: PCSTR,
    pub Flags: DWORD,
}

Fields

Reserved: PCSTR Tagfile: PCSTR Description: PCSTR SourcePath: PCSTR SourceFile: PCSTR Flags: DWORD

Trait Implementations

impl Debug for SOURCE_MEDIA_A
[src]

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

Formats the value using the given formatter.

impl Copy for SOURCE_MEDIA_A
[src]

impl Clone for SOURCE_MEDIA_A
[src]

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