Trait IFsrmPropertyDefinition2_Impl
pub trait IFsrmPropertyDefinition2_Impl: IFsrmPropertyDefinition_Impl {
// Required methods
fn PropertyDefinitionFlags(&self) -> Result<i32>;
fn DisplayName(&self) -> Result<BSTR>;
fn SetDisplayName(&self, name: &BSTR) -> Result<()>;
fn AppliesTo(&self) -> Result<i32>;
fn ValueDefinitions(&self) -> Result<IFsrmCollection>;
}
Required Methods§
fn PropertyDefinitionFlags(&self) -> Result<i32>
fn DisplayName(&self) -> Result<BSTR>
fn SetDisplayName(&self, name: &BSTR) -> Result<()>
fn AppliesTo(&self) -> Result<i32>
fn ValueDefinitions(&self) -> Result<IFsrmCollection>
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.