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

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

Implementations

impl IQueryOptionsFactory[src]

pub fn create_common_file_query<'a, T1__: Into<Param<'a, IIterable<HString>>>>(
    &self,
    query: CommonFileQuery,
    file_type_filter: T1__
) -> Result<QueryOptions>
[src]

pub fn create_common_folder_query(
    &self,
    query: CommonFolderQuery
) -> Result<QueryOptions>
[src]

Trait Implementations

impl AbiTransferable for IQueryOptionsFactory[src]

type Abi = RawComPtr<Self>

impl Clone for IQueryOptionsFactory[src]

impl ComInterface for IQueryOptionsFactory[src]

type VTable = abi_IQueryOptionsFactory

impl Debug for IQueryOptionsFactory[src]

impl Default for IQueryOptionsFactory[src]

impl<'_> From<&'_ IQueryOptionsFactory> for Object[src]

impl From<IQueryOptionsFactory> for Object[src]

impl PartialEq<IQueryOptionsFactory> for IQueryOptionsFactory[src]

impl RuntimeType for IQueryOptionsFactory[src]

Auto Trait Implementations

impl RefUnwindSafe for IQueryOptionsFactory

impl !Send for IQueryOptionsFactory

impl !Sync for IQueryOptionsFactory

impl Unpin for IQueryOptionsFactory

impl UnwindSafe for IQueryOptionsFactory

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.