[−][src]Struct windows_media_transcoding_bindings::windows::storage::search::IQueryOptions
Implementations
impl IQueryOptions[src]
pub fn file_type_filter(&self) -> Result<IVector<HString>>[src]
pub fn folder_depth(&self) -> Result<FolderDepth>[src]
pub fn set_folder_depth(&self, value: FolderDepth) -> Result<()>[src]
pub fn application_search_filter(&self) -> Result<HString>[src]
pub fn set_application_search_filter<'a, T0__: Into<Param<'a, HString>>>(
&self,
value: T0__
) -> Result<()>[src]
&self,
value: T0__
) -> Result<()>
pub fn user_search_filter(&self) -> Result<HString>[src]
pub fn set_user_search_filter<'a, T0__: Into<Param<'a, HString>>>(
&self,
value: T0__
) -> Result<()>[src]
&self,
value: T0__
) -> Result<()>
pub fn language(&self) -> Result<HString>[src]
pub fn set_language<'a, T0__: Into<Param<'a, HString>>>(
&self,
value: T0__
) -> Result<()>[src]
&self,
value: T0__
) -> Result<()>
pub fn indexer_option(&self) -> Result<IndexerOption>[src]
pub fn set_indexer_option(&self, value: IndexerOption) -> Result<()>[src]
pub fn sort_order(&self) -> Result<IVector<SortEntry>>[src]
pub fn group_property_name(&self) -> Result<HString>[src]
pub fn date_stack_option(&self) -> Result<DateStackOption>[src]
pub fn save_to_string(&self) -> Result<HString>[src]
pub fn load_from_string<'a, T0__: Into<Param<'a, HString>>>(
&self,
value: T0__
) -> Result<()>[src]
&self,
value: T0__
) -> Result<()>
pub fn set_thumbnail_prefetch(
&self,
mode: ThumbnailMode,
requested_size: u32,
options: ThumbnailOptions
) -> Result<()>[src]
&self,
mode: ThumbnailMode,
requested_size: u32,
options: ThumbnailOptions
) -> Result<()>
pub fn set_property_prefetch<'a, T1__: Into<Param<'a, IIterable<HString>>>>(
&self,
options: PropertyPrefetchOptions,
properties_to_retrieve: T1__
) -> Result<()>[src]
&self,
options: PropertyPrefetchOptions,
properties_to_retrieve: T1__
) -> Result<()>
Trait Implementations
impl AbiTransferable for IQueryOptions[src]
type Abi = RawComPtr<Self>
fn get_abi(&self) -> Self::Abi[src]
fn set_abi(&mut self) -> *mut Self::Abi[src]
fn from_abi(abi: &Self::Abi) -> &Self
fn from_mut_abi(abi: &mut Self::Abi) -> &mut Self
unsafe fn slice_from_abi<'a>(abi: *const Self::Abi, len: usize) -> &'a [Self]
unsafe fn slice_from_mut_abi<'a>(
abi: *mut Self::Abi,
len: usize
) -> &'a mut [Self]
abi: *mut Self::Abi,
len: usize
) -> &'a mut [Self]
fn into_abi(self) -> Self::Abi
impl Clone for IQueryOptions[src]
fn clone(&self) -> Self[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ComInterface for IQueryOptions[src]
type VTable = abi_IQueryOptions
fn iid() -> Guid[src]
fn as_iunknown(&self) -> Option<NonNullRawComPtr<IUnknown>>
fn query<Into>(&self) -> Into where
Into: ComInterface,
Into: ComInterface,
fn is_null(&self) -> bool
fn is_agile(&self) -> bool
unsafe fn raw_query<T>(&self, iid: &Guid, ppv: &mut T) where
T: ComInterface,
T: ComInterface,
impl Debug for IQueryOptions[src]
impl Default for IQueryOptions[src]
impl<'_> From<&'_ IQueryOptions> for Object[src]
fn from(value: &IQueryOptions) -> Self[src]
impl<'_> From<&'_ QueryOptions> for IQueryOptions[src]
fn from(value: &QueryOptions) -> Self[src]
impl From<IQueryOptions> for Object[src]
fn from(value: IQueryOptions) -> Self[src]
impl From<QueryOptions> for IQueryOptions[src]
fn from(value: QueryOptions) -> Self[src]
impl PartialEq<IQueryOptions> for IQueryOptions[src]
impl RuntimeType for IQueryOptions[src]
Auto Trait Implementations
impl RefUnwindSafe for IQueryOptions
impl !Send for IQueryOptions
impl !Sync for IQueryOptions
impl Unpin for IQueryOptions
impl UnwindSafe for IQueryOptions
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,