#[repr(C)]pub struct IBackgroundCopyFile6_Vtbl {
pub base__: IBackgroundCopyFile5_Vtbl,
pub UpdateDownloadPosition: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT,
pub RequestFileRanges: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const BG_FILE_RANGE) -> HRESULT,
pub GetFilledFileRanges: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut BG_FILE_RANGE) -> HRESULT,
}
Fields§
§base__: IBackgroundCopyFile5_Vtbl
§UpdateDownloadPosition: unsafe extern "system" fn(_: *mut c_void, _: u64) -> HRESULT
§RequestFileRanges: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const BG_FILE_RANGE) -> HRESULT
§GetFilledFileRanges: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut BG_FILE_RANGE) -> HRESULT
Implementations§
§impl IBackgroundCopyFile6_Vtbl
impl IBackgroundCopyFile6_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IBackgroundCopyFile6_Vtblwhere
Identity: IBackgroundCopyFile6_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IBackgroundCopyFile6_Vtbl
impl RefUnwindSafe for IBackgroundCopyFile6_Vtbl
impl Send for IBackgroundCopyFile6_Vtbl
impl Sync for IBackgroundCopyFile6_Vtbl
impl Unpin for IBackgroundCopyFile6_Vtbl
impl UnwindSafe for IBackgroundCopyFile6_Vtbl
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