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: DWORD QueueHandle: HSPFILEQ SourceRootPath: PCWSTR SourcePath: PCWSTR SourceFilename: PCWSTR SourceDescription: PCWSTR SourceTagfile: PCWSTR TargetDirectory: PCWSTR TargetFilename: PCWSTR CopyStyle: DWORD LayoutInf: HINF SecurityDescriptor: PCWSTR

Trait 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.

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