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

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

Implementations

impl IStorageFileStatics[src]

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

pub fn get_file_from_application_uri_async<'a, T0__: Into<Param<'a, Uri>>>(
    &self,
    uri: T0__
) -> Result<IAsyncOperation<StorageFile>>
[src]

pub fn create_streamed_file_async<'a, T0__: Into<Param<'a, HString>>, T1__: Into<Param<'a, StreamedFileDataRequestedHandler>>, T2__: Into<Param<'a, IRandomAccessStreamReference>>>(
    &self,
    display_name_with_extension: T0__,
    data_requested: T1__,
    thumbnail: T2__
) -> Result<IAsyncOperation<StorageFile>>
[src]

pub fn replace_with_streamed_file_async<'a, T0__: Into<Param<'a, IStorageFile>>, T1__: Into<Param<'a, StreamedFileDataRequestedHandler>>, T2__: Into<Param<'a, IRandomAccessStreamReference>>>(
    &self,
    file_to_replace: T0__,
    data_requested: T1__,
    thumbnail: T2__
) -> Result<IAsyncOperation<StorageFile>>
[src]

pub fn create_streamed_file_from_uri_async<'a, T0__: Into<Param<'a, HString>>, T1__: Into<Param<'a, Uri>>, T2__: Into<Param<'a, IRandomAccessStreamReference>>>(
    &self,
    display_name_with_extension: T0__,
    uri: T1__,
    thumbnail: T2__
) -> Result<IAsyncOperation<StorageFile>>
[src]

pub fn replace_with_streamed_file_from_uri_async<'a, T0__: Into<Param<'a, IStorageFile>>, T1__: Into<Param<'a, Uri>>, T2__: Into<Param<'a, IRandomAccessStreamReference>>>(
    &self,
    file_to_replace: T0__,
    uri: T1__,
    thumbnail: T2__
) -> Result<IAsyncOperation<StorageFile>>
[src]

Trait Implementations

impl AbiTransferable for IStorageFileStatics[src]

type Abi = RawComPtr<Self>

impl Clone for IStorageFileStatics[src]

impl ComInterface for IStorageFileStatics[src]

type VTable = abi_IStorageFileStatics

impl Debug for IStorageFileStatics[src]

impl Default for IStorageFileStatics[src]

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

impl From<IStorageFileStatics> for Object[src]

impl PartialEq<IStorageFileStatics> for IStorageFileStatics[src]

impl RuntimeType for IStorageFileStatics[src]

Auto Trait Implementations

impl RefUnwindSafe for IStorageFileStatics

impl !Send for IStorageFileStatics

impl !Sync for IStorageFileStatics

impl Unpin for IStorageFileStatics

impl UnwindSafe for IStorageFileStatics

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.