Trait IADsPropertyValue2_Impl
pub trait IADsPropertyValue2_Impl: IDispatch_Impl {
// Required methods
fn GetObjectProperty(
&self,
lnadstype: *mut i32,
pvprop: *mut VARIANT,
) -> Result<()>;
fn PutObjectProperty(&self, lnadstype: i32, vprop: &VARIANT) -> Result<()>;
}
Required Methods§
fn GetObjectProperty( &self, lnadstype: *mut i32, pvprop: *mut VARIANT, ) -> Result<()>
fn PutObjectProperty(&self, lnadstype: i32, vprop: &VARIANT) -> 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.