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

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

Implementations

impl IStorageItemQueryResult[src]

pub fn get_items_async(
    &self,
    start_index: u32,
    max_number_of_items: u32
) -> Result<IAsyncOperation<IVectorView<IStorageItem>>>
[src]

pub fn get_items_async_default_start_and_count(
    &self
) -> Result<IAsyncOperation<IVectorView<IStorageItem>>>
[src]

pub fn get_item_count_async(&self) -> Result<IAsyncOperation<u32>>[src]

pub fn folder(&self) -> Result<StorageFolder>[src]

pub fn contents_changed<'a, T0__: Into<Param<'a, TypedEventHandler<IStorageQueryResultBase, Object>>>>(
    &self,
    handler: T0__
) -> Result<EventRegistrationToken>
[src]

pub fn remove_contents_changed<'a, T0__: Into<Param<'a, EventRegistrationToken>>>(
    &self,
    event_cookie: T0__
) -> Result<()>
[src]

pub fn options_changed<'a, T0__: Into<Param<'a, TypedEventHandler<IStorageQueryResultBase, Object>>>>(
    &self,
    changed_handler: T0__
) -> Result<EventRegistrationToken>
[src]

pub fn remove_options_changed<'a, T0__: Into<Param<'a, EventRegistrationToken>>>(
    &self,
    event_cookie: T0__
) -> Result<()>
[src]

pub fn find_start_index_async<'a, T0__: Into<Param<'a, Object>>>(
    &self,
    value: T0__
) -> Result<IAsyncOperation<u32>>
[src]

pub fn get_current_query_options(&self) -> Result<QueryOptions>[src]

pub fn apply_new_query_options<'a, T0__: Into<Param<'a, QueryOptions>>>(
    &self,
    new_query_options: T0__
) -> Result<()>
[src]

Trait Implementations

impl AbiTransferable for IStorageItemQueryResult[src]

type Abi = RawComPtr<Self>

impl Clone for IStorageItemQueryResult[src]

impl ComInterface for IStorageItemQueryResult[src]

type VTable = abi_IStorageItemQueryResult

impl Debug for IStorageItemQueryResult[src]

impl Default for IStorageItemQueryResult[src]

impl<'_> From<&'_ IStorageItemQueryResult> for IStorageQueryResultBase[src]

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

impl<'_> From<&'_ StorageItemQueryResult> for IStorageItemQueryResult[src]

impl From<IStorageItemQueryResult> for IStorageQueryResultBase[src]

impl From<IStorageItemQueryResult> for Object[src]

impl From<StorageItemQueryResult> for IStorageItemQueryResult[src]

impl<'a> Into<Param<'a, IStorageQueryResultBase>> for IStorageItemQueryResult[src]

impl<'a> Into<Param<'a, IStorageQueryResultBase>> for &'a IStorageItemQueryResult[src]

impl PartialEq<IStorageItemQueryResult> for IStorageItemQueryResult[src]

impl RuntimeType for IStorageItemQueryResult[src]

Auto Trait Implementations

impl RefUnwindSafe for IStorageItemQueryResult

impl !Send for IStorageItemQueryResult

impl !Sync for IStorageItemQueryResult

impl Unpin for IStorageItemQueryResult

impl UnwindSafe for IStorageItemQueryResult

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.