Trait IADsHold_Impl
pub trait IADsHold_Impl: IDispatch_Impl {
// Required methods
fn ObjectName(&self) -> Result<BSTR>;
fn SetObjectName(&self, bstrobjectname: &BSTR) -> Result<()>;
fn Amount(&self) -> Result<i32>;
fn SetAmount(&self, lnamount: i32) -> Result<()>;
}
Required Methods§
fn ObjectName(&self) -> Result<BSTR>
fn SetObjectName(&self, bstrobjectname: &BSTR) -> Result<()>
fn Amount(&self) -> Result<i32>
fn SetAmount(&self, lnamount: i32) -> 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.