[−][src]Struct uwp_transcode::transcoder::AsyncActionProgressHandler
Implementations
impl<TProgress> AsyncActionProgressHandler<TProgress> where
TProgress: 'static + RuntimeType, [src]
TProgress: 'static + RuntimeType,
pub fn invoke<'a, T0__, T1__>(
&self,
async_info: T0__,
progress_info: T1__
) -> Result<(), Error> where
T0__: Into<Param<'a, IAsyncActionWithProgress<TProgress>>>,
T1__: Into<Param<'a, TProgress>>, [src]
&self,
async_info: T0__,
progress_info: T1__
) -> Result<(), Error> where
T0__: Into<Param<'a, IAsyncActionWithProgress<TProgress>>>,
T1__: Into<Param<'a, TProgress>>,
pub fn new<F>(invoke: F) -> AsyncActionProgressHandler<TProgress> where
F: 'static + FnMut(&IAsyncActionWithProgress<TProgress>, &TProgress) -> Result<(), Error>, [src]
F: 'static + FnMut(&IAsyncActionWithProgress<TProgress>, &TProgress) -> Result<(), Error>,
Trait Implementations
impl<TProgress> AbiTransferable for AsyncActionProgressHandler<TProgress> where
TProgress: 'static + RuntimeType, [src]
TProgress: 'static + RuntimeType,
type Abi = Option<NonNullRawComPtr<AsyncActionProgressHandler<TProgress>>>
fn get_abi(
&self
) -> <AsyncActionProgressHandler<TProgress> as AbiTransferable>::Abi[src]
&self
) -> <AsyncActionProgressHandler<TProgress> as AbiTransferable>::Abi
fn set_abi(
&mut self
) -> *mut <AsyncActionProgressHandler<TProgress> as AbiTransferable>::Abi[src]
&mut self
) -> *mut <AsyncActionProgressHandler<TProgress> as AbiTransferable>::Abi
fn from_abi(abi: &Self::Abi) -> &Self
fn from_mut_abi(abi: &mut Self::Abi) -> &mut Self
unsafe fn slice_from_abi<'a>(abi: *const Self::Abi, len: usize) -> &'a [Self]
unsafe fn slice_from_mut_abi<'a>(
abi: *mut Self::Abi,
len: usize
) -> &'a mut [Self]
abi: *mut Self::Abi,
len: usize
) -> &'a mut [Self]
fn into_abi(self) -> Self::Abi
impl<TProgress> Clone for AsyncActionProgressHandler<TProgress> where
TProgress: 'static + RuntimeType, [src]
TProgress: 'static + RuntimeType,
fn clone(&self) -> AsyncActionProgressHandler<TProgress>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<TProgress> ComInterface for AsyncActionProgressHandler<TProgress> where
TProgress: 'static + RuntimeType, [src]
TProgress: 'static + RuntimeType,
type VTable = abi_AsyncActionProgressHandler<TProgress>
fn iid() -> Guid[src]
fn as_iunknown(&self) -> Option<NonNullRawComPtr<IUnknown>>
fn query<Into>(&self) -> Into where
Into: ComInterface,
Into: ComInterface,
fn is_null(&self) -> bool
fn is_agile(&self) -> bool
unsafe fn raw_query<T>(&self, iid: &Guid, ppv: &mut T) where
T: ComInterface,
T: ComInterface,
impl<TProgress> Debug for AsyncActionProgressHandler<TProgress> where
TProgress: 'static + RuntimeType, [src]
TProgress: 'static + RuntimeType,
impl<TProgress> Default for AsyncActionProgressHandler<TProgress> where
TProgress: 'static + RuntimeType, [src]
TProgress: 'static + RuntimeType,
fn default() -> AsyncActionProgressHandler<TProgress>[src]
impl<TProgress> PartialEq<AsyncActionProgressHandler<TProgress>> for AsyncActionProgressHandler<TProgress> where
TProgress: 'static + RuntimeType, [src]
TProgress: 'static + RuntimeType,
fn eq(&self, other: &AsyncActionProgressHandler<TProgress>) -> bool[src]
#[must_use]fn ne(&self, other: &Rhs) -> bool1.0.0[src]
impl<TProgress> RuntimeType for AsyncActionProgressHandler<TProgress> where
TProgress: 'static + RuntimeType, [src]
TProgress: 'static + RuntimeType,
Auto Trait Implementations
impl<TProgress> RefUnwindSafe for AsyncActionProgressHandler<TProgress> where
TProgress: RefUnwindSafe,
TProgress: RefUnwindSafe,
impl<TProgress> !Send for AsyncActionProgressHandler<TProgress>
impl<TProgress> !Sync for AsyncActionProgressHandler<TProgress>
impl<TProgress> Unpin for AsyncActionProgressHandler<TProgress> where
TProgress: Unpin,
TProgress: Unpin,
impl<TProgress> UnwindSafe for AsyncActionProgressHandler<TProgress> where
TProgress: RefUnwindSafe + UnwindSafe,
TProgress: RefUnwindSafe + 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> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
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>,