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

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

Implementations

impl IStorageFolderStatics[src]

pub fn get_folder_from_path_async<'a, T0__: Into<Param<'a, HString>>>(
    &self,
    path: T0__
) -> Result<IAsyncOperation<StorageFolder>>
[src]

Trait Implementations

impl AbiTransferable for IStorageFolderStatics[src]

type Abi = RawComPtr<Self>

impl Clone for IStorageFolderStatics[src]

impl ComInterface for IStorageFolderStatics[src]

type VTable = abi_IStorageFolderStatics

impl Debug for IStorageFolderStatics[src]

impl Default for IStorageFolderStatics[src]

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

impl From<IStorageFolderStatics> for Object[src]

impl PartialEq<IStorageFolderStatics> for IStorageFolderStatics[src]

impl RuntimeType for IStorageFolderStatics[src]

Auto Trait Implementations

impl RefUnwindSafe for IStorageFolderStatics

impl !Send for IStorageFolderStatics

impl !Sync for IStorageFolderStatics

impl Unpin for IStorageFolderStatics

impl UnwindSafe for IStorageFolderStatics

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.