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

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

Implementations

impl IOutputStream[src]

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

pub fn flush_async(&self) -> Result<IAsyncOperation<bool>>[src]

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

Trait Implementations

impl AbiTransferable for IOutputStream[src]

type Abi = RawComPtr<Self>

impl Clone for IOutputStream[src]

impl ComInterface for IOutputStream[src]

type VTable = abi_IOutputStream

impl Debug for IOutputStream[src]

impl Default for IOutputStream[src]

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

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

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

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

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

impl<'_> From<&'_ StreamedFileDataRequest> for IOutputStream[src]

impl From<IOutputStream> for IClosable[src]

impl From<IOutputStream> for Object[src]

impl From<IRandomAccessStream> for IOutputStream[src]

impl From<IRandomAccessStreamWithContentType> for IOutputStream[src]

impl From<StorageItemThumbnail> for IOutputStream[src]

impl From<StreamedFileDataRequest> for IOutputStream[src]

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

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

impl PartialEq<IOutputStream> for IOutputStream[src]

impl RuntimeType for IOutputStream[src]

Auto Trait Implementations

impl RefUnwindSafe for IOutputStream

impl !Send for IOutputStream

impl !Sync for IOutputStream

impl Unpin for IOutputStream

impl UnwindSafe for IOutputStream

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.