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

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

Implementations

impl IInputStreamReference[src]

pub fn open_sequential_read_async(
    &self
) -> Result<IAsyncOperation<IInputStream>>
[src]

Trait Implementations

impl AbiTransferable for IInputStreamReference[src]

type Abi = RawComPtr<Self>

impl Clone for IInputStreamReference[src]

impl ComInterface for IInputStreamReference[src]

type VTable = abi_IInputStreamReference

impl Debug for IInputStreamReference[src]

impl Default for IInputStreamReference[src]

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

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

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

impl From<IInputStreamReference> for Object[src]

impl From<IStorageFile> for IInputStreamReference[src]

impl From<StorageFile> for IInputStreamReference[src]

impl PartialEq<IInputStreamReference> for IInputStreamReference[src]

impl RuntimeType for IInputStreamReference[src]

Auto Trait Implementations

impl RefUnwindSafe for IInputStreamReference

impl !Send for IInputStreamReference

impl !Sync for IInputStreamReference

impl Unpin for IInputStreamReference

impl UnwindSafe for IInputStreamReference

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.