Trait IGetContextProperties_Impl
pub trait IGetContextProperties_Impl: IUnknownImpl {
// Required methods
fn Count(&self, plcount: *mut i32) -> Result<()>;
fn GetProperty(&self, name: &BSTR, pproperty: *mut VARIANT) -> Result<()>;
fn EnumNames(&self) -> Result<IEnumNames>;
}
Required Methods§
fn Count(&self, plcount: *mut i32) -> Result<()>
fn GetProperty(&self, name: &BSTR, pproperty: *mut VARIANT) -> Result<()>
fn EnumNames(&self) -> Result<IEnumNames>
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.