#[repr(C)]pub struct COPYFILE2_EXTENDED_PARAMETERS {
pub dwSize: u32,
pub dwCopyFlags: u32,
pub pfCancel: *mut BOOL,
pub pProgressRoutine: PCOPYFILE2_PROGRESS_ROUTINE,
pub pvCallbackContext: *mut c_void,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§dwSize: u32
§dwCopyFlags: u32
§pfCancel: *mut BOOL
§pProgressRoutine: PCOPYFILE2_PROGRESS_ROUTINE
§pvCallbackContext: *mut c_void
Trait Implementations§
§impl Clone for COPYFILE2_EXTENDED_PARAMETERS
impl Clone for COPYFILE2_EXTENDED_PARAMETERS
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§
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