[][src]Struct windows_media_transcoding_bindings::windows::media::media_properties::ITimedMetadataEncodingProperties

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

Implementations

impl ITimedMetadataEncodingProperties[src]

pub fn set_format_user_data(&self, value: &[u8]) -> Result<()>[src]

pub fn get_format_user_data(&self, value: &mut Array<u8>) -> Result<()>[src]

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

Trait Implementations

impl AbiTransferable for ITimedMetadataEncodingProperties[src]

type Abi = RawComPtr<Self>

impl Clone for ITimedMetadataEncodingProperties[src]

impl ComInterface for ITimedMetadataEncodingProperties[src]

type VTable = abi_ITimedMetadataEncodingProperties

impl Debug for ITimedMetadataEncodingProperties[src]

impl Default for ITimedMetadataEncodingProperties[src]

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

impl<'_> From<&'_ TimedMetadataEncodingProperties> for ITimedMetadataEncodingProperties[src]

impl From<ITimedMetadataEncodingProperties> for Object[src]

impl From<TimedMetadataEncodingProperties> for ITimedMetadataEncodingProperties[src]

impl PartialEq<ITimedMetadataEncodingProperties> for ITimedMetadataEncodingProperties[src]

impl RuntimeType for ITimedMetadataEncodingProperties[src]

Auto Trait Implementations

impl RefUnwindSafe for ITimedMetadataEncodingProperties

impl !Send for ITimedMetadataEncodingProperties

impl !Sync for ITimedMetadataEncodingProperties

impl Unpin for ITimedMetadataEncodingProperties

impl UnwindSafe for ITimedMetadataEncodingProperties

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.