#[repr(C)]pub struct IBackgroundCopyFile2Vtbl {
pub parent: IBackgroundCopyFileVtbl,
pub GetFileRanges: unsafe extern "system" fn(This: *mut IBackgroundCopyFile2, RangeCount: *mut DWORD, Ranges: *mut *mut BG_FILE_RANGE) -> HRESULT,
pub SetRemoteName: unsafe extern "system" fn(This: *mut IBackgroundCopyFile2, Val: LPCWSTR) -> HRESULT,
}
Fields§
§parent: IBackgroundCopyFileVtbl
§GetFileRanges: unsafe extern "system" fn(This: *mut IBackgroundCopyFile2, RangeCount: *mut DWORD, Ranges: *mut *mut BG_FILE_RANGE) -> HRESULT
§SetRemoteName: unsafe extern "system" fn(This: *mut IBackgroundCopyFile2, Val: LPCWSTR) -> HRESULT
Auto Trait Implementations§
impl Freeze for IBackgroundCopyFile2Vtbl
impl RefUnwindSafe for IBackgroundCopyFile2Vtbl
impl Send for IBackgroundCopyFile2Vtbl
impl Sync for IBackgroundCopyFile2Vtbl
impl Unpin for IBackgroundCopyFile2Vtbl
impl UnwindSafe for IBackgroundCopyFile2Vtbl
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