#[repr(C)]pub struct AsyncOperationWithProgressCompletedHandler_Vtbl<TResult, TProgress>where
TResult: RuntimeType + 'static,
TProgress: RuntimeType + 'static,{
pub base__: IUnknown_Vtbl,
pub Invoke: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: AsyncStatus) -> HRESULT,
pub TResult: PhantomData<TResult>,
pub TProgress: PhantomData<TProgress>,
}
Fields§
§base__: IUnknown_Vtbl
§Invoke: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: AsyncStatus) -> HRESULT
§TResult: PhantomData<TResult>
§TProgress: PhantomData<TProgress>
Auto Trait Implementations§
impl<TResult, TProgress> Freeze for AsyncOperationWithProgressCompletedHandler_Vtbl<TResult, TProgress>
impl<TResult, TProgress> RefUnwindSafe for AsyncOperationWithProgressCompletedHandler_Vtbl<TResult, TProgress>where
TResult: RefUnwindSafe,
TProgress: RefUnwindSafe,
impl<TResult, TProgress> Send for AsyncOperationWithProgressCompletedHandler_Vtbl<TResult, TProgress>
impl<TResult, TProgress> Sync for AsyncOperationWithProgressCompletedHandler_Vtbl<TResult, TProgress>
impl<TResult, TProgress> Unpin for AsyncOperationWithProgressCompletedHandler_Vtbl<TResult, TProgress>
impl<TResult, TProgress> UnwindSafe for AsyncOperationWithProgressCompletedHandler_Vtbl<TResult, TProgress>where
TResult: UnwindSafe,
TProgress: UnwindSafe,
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