[−][src]Struct windows_media_transcoding_bindings::windows::foundation::abi_AsyncOperationWithProgressCompletedHandler
Fields
unknown_query_interface: extern "system" fn(_: NonNullRawComPtr<IUnknown>, _: &Guid, _: *mut RawPtr) -> ErrorCodeunknown_add_ref: extern "system" fn(_: NonNullRawComPtr<IUnknown>) -> u32unknown_release: extern "system" fn(_: NonNullRawComPtr<IUnknown>) -> u32invoke: unsafe extern "system" fn(_: NonNullRawComPtr<AsyncOperationWithProgressCompletedHandler<TResult, TProgress>>, async_info: <IAsyncOperationWithProgress<TResult, TProgress> as AbiTransferable>::Abi, async_status: <AsyncStatus as AbiTransferable>::Abi) -> ErrorCodeAuto Trait Implementations
impl<TResult, TProgress> RefUnwindSafe for abi_AsyncOperationWithProgressCompletedHandler<TResult, TProgress> where
TProgress: RefUnwindSafe,
TResult: RefUnwindSafe,
TProgress: RefUnwindSafe,
TResult: RefUnwindSafe,
impl<TResult, TProgress> Send for abi_AsyncOperationWithProgressCompletedHandler<TResult, TProgress> where
TProgress: Send,
TResult: Send,
TProgress: Send,
TResult: Send,
impl<TResult, TProgress> Sync for abi_AsyncOperationWithProgressCompletedHandler<TResult, TProgress> where
TProgress: Sync,
TResult: Sync,
TProgress: Sync,
TResult: Sync,
impl<TResult, TProgress> Unpin for abi_AsyncOperationWithProgressCompletedHandler<TResult, TProgress> where
TProgress: Unpin,
TResult: Unpin,
TProgress: Unpin,
TResult: Unpin,
impl<TResult, TProgress> UnwindSafe for abi_AsyncOperationWithProgressCompletedHandler<TResult, TProgress> where
TProgress: UnwindSafe,
TResult: UnwindSafe,
TProgress: UnwindSafe,
TResult: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,