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