#[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§
§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§
Source§impl Clone for SP_FILE_COPY_PARAMS_W
impl Clone for SP_FILE_COPY_PARAMS_W
Source§fn clone(&self) -> SP_FILE_COPY_PARAMS_W
fn clone(&self) -> SP_FILE_COPY_PARAMS_W
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_W
impl Default for SP_FILE_COPY_PARAMS_W
Source§fn default() -> SP_FILE_COPY_PARAMS_W
fn default() -> SP_FILE_COPY_PARAMS_W
Returns the “default value” for a type. Read more
impl Copy for SP_FILE_COPY_PARAMS_W
Auto Trait Implementations§
impl Freeze for SP_FILE_COPY_PARAMS_W
impl RefUnwindSafe for SP_FILE_COPY_PARAMS_W
impl !Send for SP_FILE_COPY_PARAMS_W
impl !Sync for SP_FILE_COPY_PARAMS_W
impl Unpin for SP_FILE_COPY_PARAMS_W
impl UnwindSafe for SP_FILE_COPY_PARAMS_W
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