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

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

Implementations

impl StreamedFileDataRequest[src]

pub fn close(&self) -> Result<()>[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 fail_and_close(
    &self,
    failure_mode: StreamedFileFailureMode
) -> Result<()>
[src]

Trait Implementations

impl AbiTransferable for StreamedFileDataRequest[src]

type Abi = RawComPtr<IOutputStream>

impl Clone for StreamedFileDataRequest[src]

impl ComInterface for StreamedFileDataRequest[src]

type VTable = abi_IOutputStream

impl Debug for StreamedFileDataRequest[src]

impl Default for StreamedFileDataRequest[src]

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

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

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

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

impl From<StreamedFileDataRequest> for IClosable[src]

impl From<StreamedFileDataRequest> for IOutputStream[src]

impl From<StreamedFileDataRequest> for IStreamedFileDataRequest[src]

impl From<StreamedFileDataRequest> for Object[src]

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

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

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

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

impl<'a> Into<Param<'a, IStreamedFileDataRequest>> for StreamedFileDataRequest[src]

impl<'a> Into<Param<'a, IStreamedFileDataRequest>> for &'a StreamedFileDataRequest[src]

impl PartialEq<StreamedFileDataRequest> for StreamedFileDataRequest[src]

impl RuntimeName for StreamedFileDataRequest[src]

impl RuntimeType for StreamedFileDataRequest[src]

impl StructuralPartialEq for StreamedFileDataRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for StreamedFileDataRequest

impl !Send for StreamedFileDataRequest

impl !Sync for StreamedFileDataRequest

impl Unpin for StreamedFileDataRequest

impl UnwindSafe for StreamedFileDataRequest

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.