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

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

Implementations

impl IStorageLibraryChange[src]

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

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

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

pub fn is_of_type(&self, r#type: StorageItemTypes) -> Result<bool>[src]

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

Trait Implementations

impl AbiTransferable for IStorageLibraryChange[src]

type Abi = RawComPtr<Self>

impl Clone for IStorageLibraryChange[src]

impl ComInterface for IStorageLibraryChange[src]

type VTable = abi_IStorageLibraryChange

impl Debug for IStorageLibraryChange[src]

impl Default for IStorageLibraryChange[src]

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

impl<'_> From<&'_ StorageLibraryChange> for IStorageLibraryChange[src]

impl From<IStorageLibraryChange> for Object[src]

impl From<StorageLibraryChange> for IStorageLibraryChange[src]

impl PartialEq<IStorageLibraryChange> for IStorageLibraryChange[src]

impl RuntimeType for IStorageLibraryChange[src]

Auto Trait Implementations

impl RefUnwindSafe for IStorageLibraryChange

impl !Send for IStorageLibraryChange

impl !Sync for IStorageLibraryChange

impl Unpin for IStorageLibraryChange

impl UnwindSafe for IStorageLibraryChange

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.