#[repr(C)]pub struct IBackgroundCopyCallback3Vtbl {
pub parent: IBackgroundCopyCallback2Vtbl,
pub FileRangesTransferred: unsafe extern "system" fn(This: *mut IBackgroundCopyCallback3, job: *mut IBackgroundCopyJob, file: *mut IBackgroundCopyFile, rangeCount: DWORD, ranges: *const BG_FILE_RANGE) -> HRESULT,
}Fields§
§parent: IBackgroundCopyCallback2Vtbl§FileRangesTransferred: unsafe extern "system" fn(This: *mut IBackgroundCopyCallback3, job: *mut IBackgroundCopyJob, file: *mut IBackgroundCopyFile, rangeCount: DWORD, ranges: *const BG_FILE_RANGE) -> HRESULTAuto Trait Implementations§
impl Freeze for IBackgroundCopyCallback3Vtbl
impl RefUnwindSafe for IBackgroundCopyCallback3Vtbl
impl Send for IBackgroundCopyCallback3Vtbl
impl Sync for IBackgroundCopyCallback3Vtbl
impl Unpin for IBackgroundCopyCallback3Vtbl
impl UnwindSafe for IBackgroundCopyCallback3Vtbl
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