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 | |
Tagfile | |
Description | |
SourcePath | |
SourceFile | |
Flags |
Trait Implementations
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