#[repr(C)]pub struct IBackgroundCopyFile4Vtbl {
pub parent: IBackgroundCopyFile3Vtbl,
pub GetPeerDownloadStats: unsafe extern "system" fn(This: *mut IBackgroundCopyFile4, pFromOrigin: PUINT64, pFromPeers: PUINT64) -> HRESULT,
}Fields§
§parent: IBackgroundCopyFile3Vtbl§GetPeerDownloadStats: unsafe extern "system" fn(This: *mut IBackgroundCopyFile4, pFromOrigin: PUINT64, pFromPeers: PUINT64) -> HRESULTAuto Trait Implementations§
impl Freeze for IBackgroundCopyFile4Vtbl
impl RefUnwindSafe for IBackgroundCopyFile4Vtbl
impl Send for IBackgroundCopyFile4Vtbl
impl Sync for IBackgroundCopyFile4Vtbl
impl Unpin for IBackgroundCopyFile4Vtbl
impl UnwindSafe for IBackgroundCopyFile4Vtbl
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