Struct winapi::setupapi::SOURCE_MEDIA_W [] [src]

pub struct SOURCE_MEDIA_W {
    pub Reserved: PCWSTR,
    pub Tagfile: PCWSTR,
    pub Description: PCWSTR,
    pub SourcePath: PCWSTR,
    pub SourceFile: PCWSTR,
    pub Flags: DWORD,
}

Fields

Reserved
Tagfile
Description
SourcePath
SourceFile
Flags

Trait Implementations

impl Copy for SOURCE_MEDIA_W
[src]

impl Clone for SOURCE_MEDIA_W
[src]

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

Derived Implementations

impl Debug for SOURCE_MEDIA_W
[src]

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

Formats the value using the given formatter.