Trait IPMTilePropertyInfo_Impl
pub trait IPMTilePropertyInfo_Impl: IUnknownImpl {
// Required methods
fn PropertyID(&self) -> Result<u32>;
fn PropertyValue(&self, ppropvalue: *mut BSTR) -> Result<()>;
fn set_Property(&self, propvalue: &BSTR) -> Result<()>;
}
Required Methods§
fn PropertyID(&self) -> Result<u32>
fn PropertyValue(&self, ppropvalue: *mut BSTR) -> Result<()>
fn set_Property(&self, propvalue: &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.