[][src]Struct windows_media_transcoding_bindings::windows::storage::IStorageLibraryChangeReader

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

Implementations

impl IStorageLibraryChangeReader[src]

pub fn read_batch_async(
    &self
) -> Result<IAsyncOperation<IVectorView<StorageLibraryChange>>>
[src]

pub fn accept_changes_async(&self) -> Result<IAsyncAction>[src]

Trait Implementations

impl AbiTransferable for IStorageLibraryChangeReader[src]

type Abi = RawComPtr<Self>

impl Clone for IStorageLibraryChangeReader[src]

impl ComInterface for IStorageLibraryChangeReader[src]

type VTable = abi_IStorageLibraryChangeReader

impl Debug for IStorageLibraryChangeReader[src]

impl Default for IStorageLibraryChangeReader[src]

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

impl<'_> From<&'_ StorageLibraryChangeReader> for IStorageLibraryChangeReader[src]

impl From<IStorageLibraryChangeReader> for Object[src]

impl From<StorageLibraryChangeReader> for IStorageLibraryChangeReader[src]

impl PartialEq<IStorageLibraryChangeReader> for IStorageLibraryChangeReader[src]

impl RuntimeType for IStorageLibraryChangeReader[src]

Auto Trait Implementations

impl RefUnwindSafe for IStorageLibraryChangeReader

impl !Send for IStorageLibraryChangeReader

impl !Sync for IStorageLibraryChangeReader

impl Unpin for IStorageLibraryChangeReader

impl UnwindSafe for IStorageLibraryChangeReader

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.