windows::Win32::Media::MediaPlayer

Trait IWMPStringCollection_Impl

pub trait IWMPStringCollection_Impl: IDispatch_Impl {
    // Required methods
    fn count(&self, plcount: *mut i32) -> Result<()>;
    fn item(&self, lindex: i32, pbstrstring: *mut BSTR) -> Result<()>;
}

Required Methods§

fn count(&self, plcount: *mut i32) -> Result<()>

fn item(&self, lindex: i32, pbstrstring: *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§