windows::Win32::Media::MediaPlayer

Trait IWMPMetadataText_Impl

pub trait IWMPMetadataText_Impl: IDispatch_Impl {
    // Required methods
    fn description(&self, pbstrdescription: *mut BSTR) -> Result<()>;
    fn text(&self, pbstrtext: *mut BSTR) -> Result<()>;
}

Required Methods§

fn description(&self, pbstrdescription: *mut BSTR) -> Result<()>

fn text(&self, pbstrtext: *mut BSTR) -> Result<()>

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§