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

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

Implementations

impl IInputStream[src]

pub fn read_async<'a, T0__: Into<Param<'a, IBuffer>>>(
    &self,
    buffer: T0__,
    count: u32,
    options: InputStreamOptions
) -> Result<IAsyncOperationWithProgress<IBuffer, u32>>
[src]

pub fn close(&self) -> Result<()>[src]

Trait Implementations

impl AbiTransferable for IInputStream[src]

type Abi = RawComPtr<Self>

impl Clone for IInputStream[src]

impl ComInterface for IInputStream[src]

type VTable = abi_IInputStream

impl Debug for IInputStream[src]

impl Default for IInputStream[src]

impl<'_> From<&'_ IInputStream> for IClosable[src]

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

impl<'_> From<&'_ IRandomAccessStream> for IInputStream[src]

impl<'_> From<&'_ IRandomAccessStreamWithContentType> for IInputStream[src]

impl<'_> From<&'_ StorageItemThumbnail> for IInputStream[src]

impl From<IInputStream> for IClosable[src]

impl From<IInputStream> for Object[src]

impl From<IRandomAccessStream> for IInputStream[src]

impl From<IRandomAccessStreamWithContentType> for IInputStream[src]

impl From<StorageItemThumbnail> for IInputStream[src]

impl<'a> Into<Param<'a, IClosable>> for IInputStream[src]

impl<'a> Into<Param<'a, IClosable>> for &'a IInputStream[src]

impl PartialEq<IInputStream> for IInputStream[src]

impl RuntimeType for IInputStream[src]

Auto Trait Implementations

impl RefUnwindSafe for IInputStream

impl !Send for IInputStream

impl !Sync for IInputStream

impl Unpin for IInputStream

impl UnwindSafe for IInputStream

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.