Struct winapi::setupapi::SP_FILE_COPY_PARAMS_W [] [src]

pub struct SP_FILE_COPY_PARAMS_W {
    pub cbSize: DWORD,
    pub QueueHandle: HSPFILEQ,
    pub SourceRootPath: PCWSTR,
    pub SourcePath: PCWSTR,
    pub SourceFilename: PCWSTR,
    pub SourceDescription: PCWSTR,
    pub SourceTagfile: PCWSTR,
    pub TargetDirectory: PCWSTR,
    pub TargetFilename: PCWSTR,
    pub CopyStyle: DWORD,
    pub LayoutInf: HINF,
    pub SecurityDescriptor: PCWSTR,
}

Fields

cbSize
QueueHandle
SourceRootPath
SourcePath
SourceFilename
SourceDescription
SourceTagfile
TargetDirectory
TargetFilename
CopyStyle
LayoutInf
SecurityDescriptor

Trait Implementations

impl Copy for SP_FILE_COPY_PARAMS_W
[src]

impl Clone for SP_FILE_COPY_PARAMS_W
[src]

fn clone(&self) -> SP_FILE_COPY_PARAMS_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 SP_FILE_COPY_PARAMS_W
[src]

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

Formats the value using the given formatter.