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