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

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

Implementations

impl IndexerOption[src]

pub const UseIndexerWhenAvailable: Self[src]

pub const OnlyUseIndexer: Self[src]

pub const DoNotUseIndexer: Self[src]

pub const OnlyUseIndexerAndOptimizeForIndexedProperties: Self[src]

Trait Implementations

impl AbiTransferable for IndexerOption[src]

type Abi = i32

impl Clone for IndexerOption[src]

impl Copy for IndexerOption[src]

impl Debug for IndexerOption[src]

impl Default for IndexerOption[src]

impl Eq for IndexerOption[src]

impl PartialEq<IndexerOption> for IndexerOption[src]

impl RuntimeType for IndexerOption[src]

impl StructuralEq for IndexerOption[src]

impl StructuralPartialEq for IndexerOption[src]

Auto Trait Implementations

impl RefUnwindSafe for IndexerOption

impl Send for IndexerOption

impl Sync for IndexerOption

impl Unpin for IndexerOption

impl UnwindSafe for IndexerOption

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.