#[repr(C)]pub struct COPYFILE2_EXTENDED_PARAMETERS {
pub dwSize: DWORD,
pub dwCopyFlags: DWORD,
pub pfCancel: *mut BOOL,
pub pProgressRoutine: PCOPYFILE2_PROGRESS_ROUTINE,
pub pvCallbackContext: PVOID,
}
Fields
dwSize: DWORD
dwCopyFlags: DWORD
pfCancel: *mut BOOL
pProgressRoutine: PCOPYFILE2_PROGRESS_ROUTINE
pvCallbackContext: PVOID
Trait Implementations
sourceimpl Clone for COPYFILE2_EXTENDED_PARAMETERS
impl Clone for COPYFILE2_EXTENDED_PARAMETERS
sourcefn clone(&self) -> COPYFILE2_EXTENDED_PARAMETERS
fn clone(&self) -> COPYFILE2_EXTENDED_PARAMETERS
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for COPYFILE2_EXTENDED_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for COPYFILE2_EXTENDED_PARAMETERS
impl !Send for COPYFILE2_EXTENDED_PARAMETERS
impl !Sync for COPYFILE2_EXTENDED_PARAMETERS
impl Unpin for COPYFILE2_EXTENDED_PARAMETERS
impl UnwindSafe for COPYFILE2_EXTENDED_PARAMETERS
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