#[repr(C)]pub struct IBackgroundCopyCallback {
pub lpVtbl: *const IBackgroundCopyCallbackVtbl,
}
Fields§
§lpVtbl: *const IBackgroundCopyCallbackVtbl
Implementations§
Source§impl IBackgroundCopyCallback
impl IBackgroundCopyCallback
pub unsafe fn JobTransferred(&self, pJob: *mut IBackgroundCopyJob) -> HRESULT
pub unsafe fn JobError( &self, pJob: *mut IBackgroundCopyJob, pError: *mut IBackgroundCopyError, ) -> HRESULT
pub unsafe fn JobModification( &self, pJob: *mut IBackgroundCopyJob, dwReserved: DWORD, ) -> HRESULT
Trait Implementations§
Source§impl Deref for IBackgroundCopyCallback
impl Deref for IBackgroundCopyCallback
Auto Trait Implementations§
impl Freeze for IBackgroundCopyCallback
impl RefUnwindSafe for IBackgroundCopyCallback
impl !Send for IBackgroundCopyCallback
impl !Sync for IBackgroundCopyCallback
impl Unpin for IBackgroundCopyCallback
impl UnwindSafe for IBackgroundCopyCallback
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