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

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

Implementations

impl StorageStreamTransaction[src]

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

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

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

Trait Implementations

impl AbiTransferable for StorageStreamTransaction[src]

type Abi = RawComPtr<IStorageStreamTransaction>

impl Clone for StorageStreamTransaction[src]

impl ComInterface for StorageStreamTransaction[src]

type VTable = abi_IStorageStreamTransaction

impl Debug for StorageStreamTransaction[src]

impl Default for StorageStreamTransaction[src]

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

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

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

impl From<StorageStreamTransaction> for IClosable[src]

impl From<StorageStreamTransaction> for IStorageStreamTransaction[src]

impl From<StorageStreamTransaction> for Object[src]

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

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

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

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

impl PartialEq<StorageStreamTransaction> for StorageStreamTransaction[src]

impl RuntimeName for StorageStreamTransaction[src]

impl RuntimeType for StorageStreamTransaction[src]

impl StructuralPartialEq for StorageStreamTransaction[src]

Auto Trait Implementations

impl RefUnwindSafe for StorageStreamTransaction

impl !Send for StorageStreamTransaction

impl !Sync for StorageStreamTransaction

impl Unpin for StorageStreamTransaction

impl UnwindSafe for StorageStreamTransaction

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.