#[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,
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
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
impl Copy for SP_FILE_COPY_PARAMS_W
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more