Trait IFhTarget_Impl
pub trait IFhTarget_Impl: IUnknownImpl {
// Required methods
fn GetStringProperty(
&self,
propertytype: FH_TARGET_PROPERTY_TYPE,
) -> Result<BSTR>;
fn GetNumericalProperty(
&self,
propertytype: FH_TARGET_PROPERTY_TYPE,
) -> Result<u64>;
}
Required Methods§
fn GetStringProperty( &self, propertytype: FH_TARGET_PROPERTY_TYPE, ) -> Result<BSTR>
fn GetNumericalProperty( &self, propertytype: FH_TARGET_PROPERTY_TYPE, ) -> Result<u64>
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.