[−][src]Struct windows_media_transcoding_bindings::windows::foundation::IAsyncAction
Implementations
impl IAsyncAction[src]
pub fn set_completed<'a, T0__: Into<Param<'a, AsyncActionCompletedHandler>>>(
&self,
handler: T0__
) -> Result<()>[src]
&self,
handler: T0__
) -> Result<()>
pub fn completed(&self) -> Result<AsyncActionCompletedHandler>[src]
pub fn get_results(&self) -> Result<()>[src]
pub fn id(&self) -> Result<u32>[src]
pub fn status(&self) -> Result<AsyncStatus>[src]
pub fn error_code(&self) -> Result<HResult>[src]
pub fn cancel(&self) -> Result<()>[src]
pub fn close(&self) -> Result<()>[src]
pub fn get(&self) -> Result<()>[src]
Trait Implementations
impl AbiTransferable for IAsyncAction[src]
type Abi = RawComPtr<Self>
fn get_abi(&self) -> Self::Abi[src]
fn set_abi(&mut self) -> *mut Self::Abi[src]
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 Clone for IAsyncAction[src]
fn clone(&self) -> Self[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ComInterface for IAsyncAction[src]
type VTable = abi_IAsyncAction
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 Debug for IAsyncAction[src]
impl Default for IAsyncAction[src]
impl<'_> From<&'_ IAsyncAction> for IAsyncInfo[src]
fn from(value: &IAsyncAction) -> Self[src]
impl<'_> From<&'_ IAsyncAction> for Object[src]
fn from(value: &IAsyncAction) -> Self[src]
impl From<IAsyncAction> for IAsyncInfo[src]
fn from(value: IAsyncAction) -> Self[src]
impl From<IAsyncAction> for Object[src]
fn from(value: IAsyncAction) -> Self[src]
impl Future for IAsyncAction[src]
type Output = Result<()>
The type of value produced on completion.
fn poll(self: Pin<&mut Self>, context: &mut Context<'_>) -> Poll<Self::Output>[src]
impl<'a> Into<Param<'a, IAsyncInfo>> for IAsyncAction[src]
fn into(self) -> Param<'a, IAsyncInfo>[src]
impl<'a> Into<Param<'a, IAsyncInfo>> for &'a IAsyncAction[src]
fn into(self) -> Param<'a, IAsyncInfo>[src]
impl PartialEq<IAsyncAction> for IAsyncAction[src]
impl RuntimeType for IAsyncAction[src]
Auto Trait Implementations
impl RefUnwindSafe for IAsyncAction
impl !Send for IAsyncAction
impl !Sync for IAsyncAction
impl Unpin for IAsyncAction
impl UnwindSafe for IAsyncAction
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<F> IntoFuture for F where
F: Future, [src]
F: Future,
type Output = <F as Future>::Output
🔬 This is a nightly-only experimental API. (
into_future)The output that the future will produce on completion.
type Future = F
🔬 This is a nightly-only experimental API. (
into_future)Which kind of future are we turning this into?
fn into_future(self) -> <F as IntoFuture>::Future[src]
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>,