pub trait IPartImage_Impl: Sized + 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<()>

Object Safety§

This trait is not object safe.

Implementors§