Struct windows::Win32::Networking::BackgroundIntelligentTransferService::IBackgroundCopyCallback3_Vtbl
#[repr(C)]pub struct IBackgroundCopyCallback3_Vtbl {
pub base__: IBackgroundCopyCallback2_Vtbl,
pub FileRangesTransferred: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: u32, _: *const BG_FILE_RANGE) -> HRESULT,
}
Fields§
§base__: IBackgroundCopyCallback2_Vtbl
§FileRangesTransferred: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: u32, _: *const BG_FILE_RANGE) -> HRESULT
Implementations§
§impl IBackgroundCopyCallback3_Vtbl
impl IBackgroundCopyCallback3_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IBackgroundCopyCallback3_Vtblwhere
Identity: IBackgroundCopyCallback3_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IBackgroundCopyCallback3_Vtbl
impl RefUnwindSafe for IBackgroundCopyCallback3_Vtbl
impl Send for IBackgroundCopyCallback3_Vtbl
impl Sync for IBackgroundCopyCallback3_Vtbl
impl Unpin for IBackgroundCopyCallback3_Vtbl
impl UnwindSafe for IBackgroundCopyCallback3_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