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

#[repr(C)]pub struct abi_IOutputStream {
    pub write_async: unsafe extern "system" fn(_: NonNullRawComPtr<IOutputStream>, buffer: <IBuffer as AbiTransferable>::Abi, result__: *mut <IAsyncOperationWithProgress<u32, u32> as AbiTransferable>::Abi) -> ErrorCode,
    pub flush_async: unsafe extern "system" fn(_: NonNullRawComPtr<IOutputStream>, result__: *mut <IAsyncOperation<bool> as AbiTransferable>::Abi) -> ErrorCode,
    // some fields omitted
}

Fields

write_async: unsafe extern "system" fn(_: NonNullRawComPtr<IOutputStream>, buffer: <IBuffer as AbiTransferable>::Abi, result__: *mut <IAsyncOperationWithProgress<u32, u32> as AbiTransferable>::Abi) -> ErrorCodeflush_async: unsafe extern "system" fn(_: NonNullRawComPtr<IOutputStream>, result__: *mut <IAsyncOperation<bool> as AbiTransferable>::Abi) -> ErrorCode

Auto Trait Implementations

impl RefUnwindSafe for abi_IOutputStream

impl Send for abi_IOutputStream

impl Sync for abi_IOutputStream

impl Unpin for abi_IOutputStream

impl UnwindSafe for abi_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, 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.