[−][src]Struct windows_media_transcoding_bindings::windows::foundation::abi_AsyncActionProgressHandler
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<AsyncActionProgressHandler<TProgress>>, async_info: <IAsyncActionWithProgress<TProgress> as AbiTransferable>::Abi, progress_info: <TProgress as AbiTransferable>::Abi) -> ErrorCodeAuto Trait Implementations
impl<TProgress> RefUnwindSafe for abi_AsyncActionProgressHandler<TProgress> where
TProgress: RefUnwindSafe,
TProgress: RefUnwindSafe,
impl<TProgress> Send for abi_AsyncActionProgressHandler<TProgress> where
TProgress: Send,
TProgress: Send,
impl<TProgress> Sync for abi_AsyncActionProgressHandler<TProgress> where
TProgress: Sync,
TProgress: Sync,
impl<TProgress> Unpin for abi_AsyncActionProgressHandler<TProgress> where
TProgress: Unpin,
TProgress: Unpin,
impl<TProgress> UnwindSafe for abi_AsyncActionProgressHandler<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>,