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

#[repr(C)]pub struct abi_IStorageFileQueryResult {
    pub get_files_async: unsafe extern "system" fn(_: NonNullRawComPtr<IStorageFileQueryResult>, start_index: u32, max_number_of_items: u32, result__: *mut <IAsyncOperation<IVectorView<StorageFile>> as AbiTransferable>::Abi) -> ErrorCode,
    pub get_files_async_default_start_and_count: unsafe extern "system" fn(_: NonNullRawComPtr<IStorageFileQueryResult>, result__: *mut <IAsyncOperation<IVectorView<StorageFile>> as AbiTransferable>::Abi) -> ErrorCode,
    // some fields omitted
}

Fields

get_files_async: unsafe extern "system" fn(_: NonNullRawComPtr<IStorageFileQueryResult>, start_index: u32, max_number_of_items: u32, result__: *mut <IAsyncOperation<IVectorView<StorageFile>> as AbiTransferable>::Abi) -> ErrorCodeget_files_async_default_start_and_count: unsafe extern "system" fn(_: NonNullRawComPtr<IStorageFileQueryResult>, result__: *mut <IAsyncOperation<IVectorView<StorageFile>> as AbiTransferable>::Abi) -> ErrorCode

Auto Trait Implementations

impl RefUnwindSafe for abi_IStorageFileQueryResult

impl Send for abi_IStorageFileQueryResult

impl Sync for abi_IStorageFileQueryResult

impl Unpin for abi_IStorageFileQueryResult

impl UnwindSafe for abi_IStorageFileQueryResult

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, 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.