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

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

Implementations

impl ITimedMetadataEncodingPropertiesStatics[src]

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

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

pub fn create_ssa(
    &self,
    format_user_data: &[u8]
) -> Result<TimedMetadataEncodingProperties>
[src]

pub fn create_vob_sub(
    &self,
    format_user_data: &[u8]
) -> Result<TimedMetadataEncodingProperties>
[src]

Trait Implementations

impl AbiTransferable for ITimedMetadataEncodingPropertiesStatics[src]

type Abi = RawComPtr<Self>

impl Clone for ITimedMetadataEncodingPropertiesStatics[src]

impl ComInterface for ITimedMetadataEncodingPropertiesStatics[src]

type VTable = abi_ITimedMetadataEncodingPropertiesStatics

impl Debug for ITimedMetadataEncodingPropertiesStatics[src]

impl Default for ITimedMetadataEncodingPropertiesStatics[src]

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

impl From<ITimedMetadataEncodingPropertiesStatics> for Object[src]

impl PartialEq<ITimedMetadataEncodingPropertiesStatics> for ITimedMetadataEncodingPropertiesStatics[src]

impl RuntimeType for ITimedMetadataEncodingPropertiesStatics[src]

Auto Trait Implementations

impl RefUnwindSafe for ITimedMetadataEncodingPropertiesStatics

impl !Send for ITimedMetadataEncodingPropertiesStatics

impl !Sync for ITimedMetadataEncodingPropertiesStatics

impl Unpin for ITimedMetadataEncodingPropertiesStatics

impl UnwindSafe for ITimedMetadataEncodingPropertiesStatics

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.