windows::Win32::Media::DirectShow

Trait IMediaTypeInfo_Impl

pub trait IMediaTypeInfo_Impl: IDispatch_Impl {
    // Required methods
    fn Type(&self) -> Result<BSTR>;
    fn Subtype(&self) -> Result<BSTR>;
}

Required Methods§

fn Type(&self) -> Result<BSTR>

fn Subtype(&self) -> Result<BSTR>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§