windows::Win32::Media::MediaPlayer

Trait IWMPContentContainer_Impl

pub trait IWMPContentContainer_Impl: IUnknownImpl {
    // Required methods
    fn GetID(&self) -> Result<u32>;
    fn GetPrice(&self) -> Result<BSTR>;
    fn GetType(&self) -> Result<BSTR>;
    fn GetContentCount(&self) -> Result<u32>;
    fn GetContentPrice(&self, idxcontent: u32) -> Result<BSTR>;
    fn GetContentID(&self, idxcontent: u32) -> Result<u32>;
}

Required Methods§

fn GetID(&self) -> Result<u32>

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

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

fn GetContentCount(&self) -> Result<u32>

fn GetContentPrice(&self, idxcontent: u32) -> Result<BSTR>

fn GetContentID(&self, idxcontent: u32) -> Result<u32>

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§