Trait IObjectWithPropertyKey_Impl
pub trait IObjectWithPropertyKey_Impl: IUnknownImpl {
// Required methods
fn SetPropertyKey(&self, key: *const PROPERTYKEY) -> Result<()>;
fn GetPropertyKey(&self, pkey: *mut PROPERTYKEY) -> Result<()>;
}
Required Methods§
fn SetPropertyKey(&self, key: *const PROPERTYKEY) -> Result<()>
fn GetPropertyKey(&self, pkey: *mut PROPERTYKEY) -> 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.