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

#[repr(C)]
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

Trait Implementations

impl Debug for SP_FILE_COPY_PARAMS_W
[src]

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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more