Trait IAMMediaContent2_Impl
pub trait IAMMediaContent2_Impl: IDispatch_Impl {
// Required methods
fn get_MediaParameter(
&self,
entrynum: i32,
bstrname: &BSTR,
pbstrvalue: *mut BSTR,
) -> Result<()>;
fn get_MediaParameterName(
&self,
entrynum: i32,
index: i32,
pbstrname: *mut BSTR,
) -> Result<()>;
fn PlaylistCount(&self, pnumberentries: *mut i32) -> Result<()>;
}
Required Methods§
fn get_MediaParameter( &self, entrynum: i32, bstrname: &BSTR, pbstrvalue: *mut BSTR, ) -> Result<()>
fn get_MediaParameterName( &self, entrynum: i32, index: i32, pbstrname: *mut BSTR, ) -> Result<()>
fn PlaylistCount(&self, pnumberentries: *mut i32) -> 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.