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

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

Implementations

impl CommonFileQuery[src]

pub const DefaultQuery: Self[src]

pub const OrderByName: Self[src]

pub const OrderByTitle: Self[src]

pub const OrderByMusicProperties: Self[src]

pub const OrderBySearchRank: Self[src]

pub const OrderByDate: Self[src]

Trait Implementations

impl AbiTransferable for CommonFileQuery[src]

type Abi = i32

impl Clone for CommonFileQuery[src]

impl Copy for CommonFileQuery[src]

impl Debug for CommonFileQuery[src]

impl Default for CommonFileQuery[src]

impl Eq for CommonFileQuery[src]

impl PartialEq<CommonFileQuery> for CommonFileQuery[src]

impl RuntimeType for CommonFileQuery[src]

impl StructuralEq for CommonFileQuery[src]

impl StructuralPartialEq for CommonFileQuery[src]

Auto Trait Implementations

impl RefUnwindSafe for CommonFileQuery

impl Send for CommonFileQuery

impl Sync for CommonFileQuery

impl Unpin for CommonFileQuery

impl UnwindSafe for CommonFileQuery

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.