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

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

Implementations

impl IStorageFolderStatics2[src]

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

Trait Implementations

impl AbiTransferable for IStorageFolderStatics2[src]

type Abi = RawComPtr<Self>

impl Clone for IStorageFolderStatics2[src]

impl ComInterface for IStorageFolderStatics2[src]

type VTable = abi_IStorageFolderStatics2

impl Debug for IStorageFolderStatics2[src]

impl Default for IStorageFolderStatics2[src]

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

impl From<IStorageFolderStatics2> for Object[src]

impl PartialEq<IStorageFolderStatics2> for IStorageFolderStatics2[src]

impl RuntimeType for IStorageFolderStatics2[src]

Auto Trait Implementations

impl RefUnwindSafe for IStorageFolderStatics2

impl !Send for IStorageFolderStatics2

impl !Sync for IStorageFolderStatics2

impl Unpin for IStorageFolderStatics2

impl UnwindSafe for IStorageFolderStatics2

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.