[][src]Struct windows_media_transcoding_bindings::windows::system::UserAuthenticationStatusChangeDeferral

#[repr(transparent)]pub struct UserAuthenticationStatusChangeDeferral { /* fields omitted */ }

Implementations

impl UserAuthenticationStatusChangeDeferral[src]

pub fn complete(&self) -> Result<()>[src]

Trait Implementations

impl AbiTransferable for UserAuthenticationStatusChangeDeferral[src]

type Abi = RawComPtr<IUserAuthenticationStatusChangeDeferral>

impl Clone for UserAuthenticationStatusChangeDeferral[src]

impl ComInterface for UserAuthenticationStatusChangeDeferral[src]

type VTable = abi_IUserAuthenticationStatusChangeDeferral

impl Debug for UserAuthenticationStatusChangeDeferral[src]

impl Default for UserAuthenticationStatusChangeDeferral[src]

impl<'_> From<&'_ UserAuthenticationStatusChangeDeferral> for IUserAuthenticationStatusChangeDeferral[src]

impl<'_> From<&'_ UserAuthenticationStatusChangeDeferral> for Object[src]

impl From<UserAuthenticationStatusChangeDeferral> for IUserAuthenticationStatusChangeDeferral[src]

impl From<UserAuthenticationStatusChangeDeferral> for Object[src]

impl<'a> Into<Param<'a, IUserAuthenticationStatusChangeDeferral>> for UserAuthenticationStatusChangeDeferral[src]

impl<'a> Into<Param<'a, IUserAuthenticationStatusChangeDeferral>> for &'a UserAuthenticationStatusChangeDeferral[src]

impl PartialEq<UserAuthenticationStatusChangeDeferral> for UserAuthenticationStatusChangeDeferral[src]

impl RuntimeName for UserAuthenticationStatusChangeDeferral[src]

impl RuntimeType for UserAuthenticationStatusChangeDeferral[src]

impl Send for UserAuthenticationStatusChangeDeferral[src]

impl StructuralPartialEq for UserAuthenticationStatusChangeDeferral[src]

impl Sync for UserAuthenticationStatusChangeDeferral[src]

Auto Trait Implementations

impl RefUnwindSafe for UserAuthenticationStatusChangeDeferral

impl Unpin for UserAuthenticationStatusChangeDeferral

impl UnwindSafe for UserAuthenticationStatusChangeDeferral

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.