[−][src]Struct windows_media_transcoding_bindings::windows::storage::search::abi_IQueryOptions
Fields
file_type_filter: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCodefolder_depth: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <FolderDepth as AbiTransferable>::Abi) -> ErrorCodeset_folder_depth: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, value: <FolderDepth as AbiTransferable>::Abi) -> ErrorCodeapplication_search_filter: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodeset_application_search_filter: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, value: <HString as AbiTransferable>::Abi) -> ErrorCodeuser_search_filter: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodeset_user_search_filter: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, value: <HString as AbiTransferable>::Abi) -> ErrorCodelanguage: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodeset_language: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, value: <HString as AbiTransferable>::Abi) -> ErrorCodeindexer_option: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <IndexerOption as AbiTransferable>::Abi) -> ErrorCodeset_indexer_option: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, value: <IndexerOption as AbiTransferable>::Abi) -> ErrorCodesort_order: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <IVector<SortEntry> as AbiTransferable>::Abi) -> ErrorCodegroup_property_name: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodedate_stack_option: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <DateStackOption as AbiTransferable>::Abi) -> ErrorCodesave_to_string: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodeload_from_string: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, value: <HString as AbiTransferable>::Abi) -> ErrorCodeset_thumbnail_prefetch: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, mode: <ThumbnailMode as AbiTransferable>::Abi, requested_size: u32, options: <ThumbnailOptions as AbiTransferable>::Abi) -> ErrorCodeset_property_prefetch: unsafe extern "system" fn(_: NonNullRawComPtr<IQueryOptions>, options: <PropertyPrefetchOptions as AbiTransferable>::Abi, properties_to_retrieve: <IIterable<HString> as AbiTransferable>::Abi) -> ErrorCodeAuto Trait Implementations
impl RefUnwindSafe for abi_IQueryOptions
impl Send for abi_IQueryOptions
impl Sync for abi_IQueryOptions
impl Unpin for abi_IQueryOptions
impl UnwindSafe for abi_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, 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>,