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

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

Implementations

impl StorageProvider[src]

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

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

pub fn is_property_supported_for_partial_file_async<'a, T0__: Into<Param<'a, HString>>>(
    &self,
    property_canonical_name: T0__
) -> Result<IAsyncOperation<bool>>
[src]

Trait Implementations

impl AbiTransferable for StorageProvider[src]

type Abi = RawComPtr<IStorageProvider>

impl Clone for StorageProvider[src]

impl ComInterface for StorageProvider[src]

type VTable = abi_IStorageProvider

impl Debug for StorageProvider[src]

impl Default for StorageProvider[src]

impl<'_> From<&'_ StorageProvider> for IStorageProvider[src]

impl<'_> From<&'_ StorageProvider> for IStorageProvider2[src]

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

impl From<StorageProvider> for IStorageProvider[src]

impl From<StorageProvider> for IStorageProvider2[src]

impl From<StorageProvider> for Object[src]

impl<'a> Into<Param<'a, IStorageProvider>> for StorageProvider[src]

impl<'a> Into<Param<'a, IStorageProvider>> for &'a StorageProvider[src]

impl<'a> Into<Param<'a, IStorageProvider2>> for StorageProvider[src]

impl<'a> Into<Param<'a, IStorageProvider2>> for &'a StorageProvider[src]

impl PartialEq<StorageProvider> for StorageProvider[src]

impl RuntimeName for StorageProvider[src]

impl RuntimeType for StorageProvider[src]

impl StructuralPartialEq for StorageProvider[src]

Auto Trait Implementations

impl RefUnwindSafe for StorageProvider

impl !Send for StorageProvider

impl !Sync for StorageProvider

impl Unpin for StorageProvider

impl UnwindSafe for StorageProvider

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.