Struct winapi::setupapi::SP_FILE_COPY_PARAMS_A
[−]
[src]
pub struct SP_FILE_COPY_PARAMS_A { pub cbSize: DWORD, pub QueueHandle: HSPFILEQ, pub SourceRootPath: PCSTR, pub SourcePath: PCSTR, pub SourceFilename: PCSTR, pub SourceDescription: PCSTR, pub SourceTagfile: PCSTR, pub TargetDirectory: PCSTR, pub TargetFilename: PCSTR, pub CopyStyle: DWORD, pub LayoutInf: HINF, pub SecurityDescriptor: PCSTR, }
Fields
cbSize | |
QueueHandle | |
SourceRootPath | |
SourcePath | |
SourceFilename | |
SourceDescription | |
SourceTagfile | |
TargetDirectory | |
TargetFilename | |
CopyStyle | |
LayoutInf | |
SecurityDescriptor |
Trait Implementations
impl Copy for SP_FILE_COPY_PARAMS_A
[src]
impl Clone for SP_FILE_COPY_PARAMS_A
[src]
fn clone(&self) -> SP_FILE_COPY_PARAMS_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