[][src]Struct windows_media_transcoding_bindings::windows::storage::search::IndexedState

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

Implementations

impl IndexedState[src]

pub const Unknown: Self[src]

pub const NotIndexed: Self[src]

pub const PartiallyIndexed: Self[src]

pub const FullyIndexed: Self[src]

Trait Implementations

impl AbiTransferable for IndexedState[src]

type Abi = i32

impl Clone for IndexedState[src]

impl Copy for IndexedState[src]

impl Debug for IndexedState[src]

impl Default for IndexedState[src]

impl Eq for IndexedState[src]

impl PartialEq<IndexedState> for IndexedState[src]

impl RuntimeType for IndexedState[src]

impl StructuralEq for IndexedState[src]

impl StructuralPartialEq for IndexedState[src]

Auto Trait Implementations

impl RefUnwindSafe for IndexedState

impl Send for IndexedState

impl Sync for IndexedState

impl Unpin for IndexedState

impl UnwindSafe for IndexedState

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.