Trait IWMPMetadataPicture_Impl
pub trait IWMPMetadataPicture_Impl: IDispatch_Impl {
// Required methods
fn mimeType(&self, pbstrmimetype: *mut BSTR) -> Result<()>;
fn pictureType(&self, pbstrpicturetype: *mut BSTR) -> Result<()>;
fn description(&self, pbstrdescription: *mut BSTR) -> Result<()>;
fn URL(&self, pbstrurl: *mut BSTR) -> Result<()>;
}
Required Methods§
fn mimeType(&self, pbstrmimetype: *mut BSTR) -> Result<()>
fn pictureType(&self, pbstrpicturetype: *mut BSTR) -> Result<()>
fn description(&self, pbstrdescription: *mut BSTR) -> Result<()>
fn URL(&self, pbstrurl: *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.