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

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

Implementations

impl IStorageStreamTransaction[src]

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

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

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

Trait Implementations

impl AbiTransferable for IStorageStreamTransaction[src]

type Abi = RawComPtr<Self>

impl Clone for IStorageStreamTransaction[src]

impl ComInterface for IStorageStreamTransaction[src]

type VTable = abi_IStorageStreamTransaction

impl Debug for IStorageStreamTransaction[src]

impl Default for IStorageStreamTransaction[src]

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

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

impl<'_> From<&'_ StorageStreamTransaction> for IStorageStreamTransaction[src]

impl From<IStorageStreamTransaction> for IClosable[src]

impl From<IStorageStreamTransaction> for Object[src]

impl From<StorageStreamTransaction> for IStorageStreamTransaction[src]

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

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

impl PartialEq<IStorageStreamTransaction> for IStorageStreamTransaction[src]

impl RuntimeType for IStorageStreamTransaction[src]

Auto Trait Implementations

impl RefUnwindSafe for IStorageStreamTransaction

impl !Send for IStorageStreamTransaction

impl !Sync for IStorageStreamTransaction

impl Unpin for IStorageStreamTransaction

impl UnwindSafe for IStorageStreamTransaction

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.