[][src]Struct windows_media_transcoding_bindings::windows::storage::streams::IRandomAccessStreamReference

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

Implementations

impl IRandomAccessStreamReference[src]

pub fn open_read_async(
    &self
) -> Result<IAsyncOperation<IRandomAccessStreamWithContentType>>
[src]

Trait Implementations

impl AbiTransferable for IRandomAccessStreamReference[src]

type Abi = RawComPtr<Self>

impl Clone for IRandomAccessStreamReference[src]

impl ComInterface for IRandomAccessStreamReference[src]

type VTable = abi_IRandomAccessStreamReference

impl Debug for IRandomAccessStreamReference[src]

impl Default for IRandomAccessStreamReference[src]

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

impl<'_> From<&'_ IStorageFile> for IRandomAccessStreamReference[src]

impl<'_> From<&'_ StorageFile> for IRandomAccessStreamReference[src]

impl From<IRandomAccessStreamReference> for Object[src]

impl From<IStorageFile> for IRandomAccessStreamReference[src]

impl From<StorageFile> for IRandomAccessStreamReference[src]

impl PartialEq<IRandomAccessStreamReference> for IRandomAccessStreamReference[src]

impl RuntimeType for IRandomAccessStreamReference[src]

Auto Trait Implementations

impl RefUnwindSafe for IRandomAccessStreamReference

impl !Send for IRandomAccessStreamReference

impl !Sync for IRandomAccessStreamReference

impl Unpin for IRandomAccessStreamReference

impl UnwindSafe for IRandomAccessStreamReference

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.