#[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§
Source§impl Clone for COPYFILE2_EXTENDED_PARAMETERS
impl Clone for COPYFILE2_EXTENDED_PARAMETERS
Source§fn clone(&self) -> COPYFILE2_EXTENDED_PARAMETERS
fn clone(&self) -> COPYFILE2_EXTENDED_PARAMETERS
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 moreSource§impl Ord for COPYFILE2_EXTENDED_PARAMETERS
impl Ord for COPYFILE2_EXTENDED_PARAMETERS
Source§fn cmp(&self, other: ©FILE2_EXTENDED_PARAMETERS) -> Ordering
fn cmp(&self, other: ©FILE2_EXTENDED_PARAMETERS) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for COPYFILE2_EXTENDED_PARAMETERS
impl PartialEq for COPYFILE2_EXTENDED_PARAMETERS
Source§fn eq(&self, other: ©FILE2_EXTENDED_PARAMETERS) -> bool
fn eq(&self, other: ©FILE2_EXTENDED_PARAMETERS) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for COPYFILE2_EXTENDED_PARAMETERS
impl PartialOrd for COPYFILE2_EXTENDED_PARAMETERS
impl Copy for COPYFILE2_EXTENDED_PARAMETERS
impl Eq for COPYFILE2_EXTENDED_PARAMETERS
impl StructuralPartialEq for COPYFILE2_EXTENDED_PARAMETERS
Auto Trait Implementations§
impl Freeze for COPYFILE2_EXTENDED_PARAMETERS
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