#[repr(C)]pub struct SP_FILE_COPY_PARAMS_W {
pub cbSize: u32,
pub QueueHandle: *mut c_void,
pub SourceRootPath: PCWSTR,
pub SourcePath: PCWSTR,
pub SourceFilename: PCWSTR,
pub SourceDescription: PCWSTR,
pub SourceTagfile: PCWSTR,
pub TargetDirectory: PCWSTR,
pub TargetFilename: PCWSTR,
pub CopyStyle: u32,
pub LayoutInf: *mut c_void,
pub SecurityDescriptor: PCWSTR,
}
Fields§
§cbSize: u32
§QueueHandle: *mut c_void
§SourceRootPath: PCWSTR
§SourcePath: PCWSTR
§SourceFilename: PCWSTR
§SourceDescription: PCWSTR
§SourceTagfile: PCWSTR
§TargetDirectory: PCWSTR
§TargetFilename: PCWSTR
§CopyStyle: u32
§LayoutInf: *mut c_void
§SecurityDescriptor: PCWSTR
Trait Implementations§
§impl Clone for SP_FILE_COPY_PARAMS_W
impl Clone for SP_FILE_COPY_PARAMS_W
§fn clone(&self) -> SP_FILE_COPY_PARAMS_W
fn clone(&self) -> SP_FILE_COPY_PARAMS_W
Returns a copy 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 more§impl Default for SP_FILE_COPY_PARAMS_W
impl Default for SP_FILE_COPY_PARAMS_W
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)