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

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

Implementations

impl IStorageLibraryChangeTracker[src]

pub fn get_change_reader(&self) -> Result<StorageLibraryChangeReader>[src]

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

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

Trait Implementations

impl AbiTransferable for IStorageLibraryChangeTracker[src]

type Abi = RawComPtr<Self>

impl Clone for IStorageLibraryChangeTracker[src]

impl ComInterface for IStorageLibraryChangeTracker[src]

type VTable = abi_IStorageLibraryChangeTracker

impl Debug for IStorageLibraryChangeTracker[src]

impl Default for IStorageLibraryChangeTracker[src]

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

impl<'_> From<&'_ StorageLibraryChangeTracker> for IStorageLibraryChangeTracker[src]

impl From<IStorageLibraryChangeTracker> for Object[src]

impl From<StorageLibraryChangeTracker> for IStorageLibraryChangeTracker[src]

impl PartialEq<IStorageLibraryChangeTracker> for IStorageLibraryChangeTracker[src]

impl RuntimeType for IStorageLibraryChangeTracker[src]

Auto Trait Implementations

impl RefUnwindSafe for IStorageLibraryChangeTracker

impl !Send for IStorageLibraryChangeTracker

impl !Sync for IStorageLibraryChangeTracker

impl Unpin for IStorageLibraryChangeTracker

impl UnwindSafe for IStorageLibraryChangeTracker

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.