[−][src]Struct windows_media_transcoding_bindings::windows::foundation::abi_IAsyncOperationWithProgress
Fields
set_progress: unsafe extern "system" fn(_: NonNullRawComPtr<IAsyncOperationWithProgress<TResult, TProgress>>, handler: <AsyncOperationProgressHandler<TResult, TProgress> as AbiTransferable>::Abi) -> ErrorCodeprogress: unsafe extern "system" fn(_: NonNullRawComPtr<IAsyncOperationWithProgress<TResult, TProgress>>, result__: *mut <AsyncOperationProgressHandler<TResult, TProgress> as AbiTransferable>::Abi) -> ErrorCodeset_completed: unsafe extern "system" fn(_: NonNullRawComPtr<IAsyncOperationWithProgress<TResult, TProgress>>, handler: <AsyncOperationWithProgressCompletedHandler<TResult, TProgress> as AbiTransferable>::Abi) -> ErrorCodecompleted: unsafe extern "system" fn(_: NonNullRawComPtr<IAsyncOperationWithProgress<TResult, TProgress>>, result__: *mut <AsyncOperationWithProgressCompletedHandler<TResult, TProgress> as AbiTransferable>::Abi) -> ErrorCodeget_results: unsafe extern "system" fn(_: NonNullRawComPtr<IAsyncOperationWithProgress<TResult, TProgress>>, result__: *mut <TResult as AbiTransferable>::Abi) -> ErrorCodeAuto Trait Implementations
impl<TResult, TProgress> RefUnwindSafe for abi_IAsyncOperationWithProgress<TResult, TProgress> where
TProgress: RefUnwindSafe,
TResult: RefUnwindSafe,
TProgress: RefUnwindSafe,
TResult: RefUnwindSafe,
impl<TResult, TProgress> Send for abi_IAsyncOperationWithProgress<TResult, TProgress> where
TProgress: Send,
TResult: Send,
TProgress: Send,
TResult: Send,
impl<TResult, TProgress> Sync for abi_IAsyncOperationWithProgress<TResult, TProgress> where
TProgress: Sync,
TResult: Sync,
TProgress: Sync,
TResult: Sync,
impl<TResult, TProgress> Unpin for abi_IAsyncOperationWithProgress<TResult, TProgress> where
TProgress: Unpin,
TResult: Unpin,
TProgress: Unpin,
TResult: Unpin,
impl<TResult, TProgress> UnwindSafe for abi_IAsyncOperationWithProgress<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>,