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

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

Implementations

impl UserAuthenticationStatus[src]

pub const Unauthenticated: Self[src]

pub const LocallyAuthenticated: Self[src]

pub const RemotelyAuthenticated: Self[src]

Trait Implementations

impl AbiTransferable for UserAuthenticationStatus[src]

type Abi = i32

impl Clone for UserAuthenticationStatus[src]

impl Copy for UserAuthenticationStatus[src]

impl Debug for UserAuthenticationStatus[src]

impl Default for UserAuthenticationStatus[src]

impl Eq for UserAuthenticationStatus[src]

impl PartialEq<UserAuthenticationStatus> for UserAuthenticationStatus[src]

impl RuntimeType for UserAuthenticationStatus[src]

impl StructuralEq for UserAuthenticationStatus[src]

impl StructuralPartialEq for UserAuthenticationStatus[src]

Auto Trait Implementations

impl RefUnwindSafe for UserAuthenticationStatus

impl Send for UserAuthenticationStatus

impl Sync for UserAuthenticationStatus

impl Unpin for UserAuthenticationStatus

impl UnwindSafe for UserAuthenticationStatus

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.