[][src]Struct windows_media_transcoding_bindings::windows::foundation::IClosable

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

Implementations

impl IClosable[src]

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

Trait Implementations

impl AbiTransferable for IClosable[src]

type Abi = RawComPtr<Self>

impl Clone for IClosable[src]

impl ComInterface for IClosable[src]

type VTable = abi_IClosable

impl Debug for IClosable[src]

impl Default for IClosable[src]

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

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

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

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

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

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

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

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

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

impl From<IClosable> for Object[src]

impl From<IInputStream> for IClosable[src]

impl From<IOutputStream> for IClosable[src]

impl From<IRandomAccessStream> for IClosable[src]

impl From<IRandomAccessStreamWithContentType> for IClosable[src]

impl From<IStorageStreamTransaction> for IClosable[src]

impl From<StorageItemThumbnail> for IClosable[src]

impl From<StorageStreamTransaction> for IClosable[src]

impl From<StreamedFileDataRequest> for IClosable[src]

impl PartialEq<IClosable> for IClosable[src]

impl RuntimeType for IClosable[src]

Auto Trait Implementations

impl RefUnwindSafe for IClosable

impl !Send for IClosable

impl !Sync for IClosable

impl Unpin for IClosable

impl UnwindSafe for IClosable

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.