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

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

Implementations

impl UserAuthenticationStatusChangingEventArgs[src]

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

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

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

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

Trait Implementations

impl AbiTransferable for UserAuthenticationStatusChangingEventArgs[src]

type Abi = RawComPtr<IUserAuthenticationStatusChangingEventArgs>

impl Clone for UserAuthenticationStatusChangingEventArgs[src]

impl ComInterface for UserAuthenticationStatusChangingEventArgs[src]

type VTable = abi_IUserAuthenticationStatusChangingEventArgs

impl Debug for UserAuthenticationStatusChangingEventArgs[src]

impl Default for UserAuthenticationStatusChangingEventArgs[src]

impl<'_> From<&'_ UserAuthenticationStatusChangingEventArgs> for IUserAuthenticationStatusChangingEventArgs[src]

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

impl From<UserAuthenticationStatusChangingEventArgs> for IUserAuthenticationStatusChangingEventArgs[src]

impl From<UserAuthenticationStatusChangingEventArgs> for Object[src]

impl<'a> Into<Param<'a, IUserAuthenticationStatusChangingEventArgs>> for UserAuthenticationStatusChangingEventArgs[src]

impl<'a> Into<Param<'a, IUserAuthenticationStatusChangingEventArgs>> for &'a UserAuthenticationStatusChangingEventArgs[src]

impl PartialEq<UserAuthenticationStatusChangingEventArgs> for UserAuthenticationStatusChangingEventArgs[src]

impl RuntimeName for UserAuthenticationStatusChangingEventArgs[src]

impl RuntimeType for UserAuthenticationStatusChangingEventArgs[src]

impl Send for UserAuthenticationStatusChangingEventArgs[src]

impl StructuralPartialEq for UserAuthenticationStatusChangingEventArgs[src]

impl Sync for UserAuthenticationStatusChangingEventArgs[src]

Auto Trait Implementations

impl RefUnwindSafe for UserAuthenticationStatusChangingEventArgs

impl Unpin for UserAuthenticationStatusChangingEventArgs

impl UnwindSafe for UserAuthenticationStatusChangingEventArgs

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.