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

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

Implementations

impl UserWatcherStatus[src]

pub const Created: Self[src]

pub const Started: Self[src]

pub const EnumerationCompleted: Self[src]

pub const Stopping: Self[src]

pub const Stopped: Self[src]

pub const Aborted: Self[src]

Trait Implementations

impl AbiTransferable for UserWatcherStatus[src]

type Abi = i32

impl Clone for UserWatcherStatus[src]

impl Copy for UserWatcherStatus[src]

impl Debug for UserWatcherStatus[src]

impl Default for UserWatcherStatus[src]

impl Eq for UserWatcherStatus[src]

impl PartialEq<UserWatcherStatus> for UserWatcherStatus[src]

impl RuntimeType for UserWatcherStatus[src]

impl StructuralEq for UserWatcherStatus[src]

impl StructuralPartialEq for UserWatcherStatus[src]

Auto Trait Implementations

impl RefUnwindSafe for UserWatcherStatus

impl Send for UserWatcherStatus

impl Sync for UserWatcherStatus

impl Unpin for UserWatcherStatus

impl UnwindSafe for UserWatcherStatus

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.