Trait IPartImage_Impl
pub trait IPartImage_Impl: IPartBase_Impl {
// Required methods
fn GetImageProperties(&self) -> Result<BSTR>;
fn SetImageContent(&self, pcontenttype: &PCWSTR) -> Result<()>;
}
Required Methods§
fn GetImageProperties(&self) -> Result<BSTR>
fn SetImageContent(&self, pcontenttype: &PCWSTR) -> 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.