#[repr(C)]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: DWORD
§QueueHandle: HSPFILEQ
§SourceRootPath: PCSTR
§SourcePath: PCSTR
§SourceFilename: PCSTR
§SourceDescription: PCSTR
§SourceTagfile: PCSTR
§TargetDirectory: PCSTR
§TargetFilename: PCSTR
§CopyStyle: DWORD
§LayoutInf: HINF
§SecurityDescriptor: PCSTR
Trait Implementations§
Source§impl Clone for SP_FILE_COPY_PARAMS_A
impl Clone for SP_FILE_COPY_PARAMS_A
Source§fn clone(&self) -> SP_FILE_COPY_PARAMS_A
fn clone(&self) -> SP_FILE_COPY_PARAMS_A
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for SP_FILE_COPY_PARAMS_A
impl Default for SP_FILE_COPY_PARAMS_A
Source§fn default() -> SP_FILE_COPY_PARAMS_A
fn default() -> SP_FILE_COPY_PARAMS_A
Returns the “default value” for a type. Read more
impl Copy for SP_FILE_COPY_PARAMS_A
Auto Trait Implementations§
impl Freeze for SP_FILE_COPY_PARAMS_A
impl RefUnwindSafe for SP_FILE_COPY_PARAMS_A
impl !Send for SP_FILE_COPY_PARAMS_A
impl !Sync for SP_FILE_COPY_PARAMS_A
impl Unpin for SP_FILE_COPY_PARAMS_A
impl UnwindSafe for SP_FILE_COPY_PARAMS_A
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more