Trait IFaxDeviceIds_Impl
pub trait IFaxDeviceIds_Impl: IDispatch_Impl {
// Required methods
fn _NewEnum(&self) -> Result<IUnknown>;
fn get_Item(&self, lindex: i32) -> Result<i32>;
fn Count(&self) -> Result<i32>;
fn Add(&self, ldeviceid: i32) -> Result<()>;
fn Remove(&self, lindex: i32) -> Result<()>;
fn SetOrder(&self, ldeviceid: i32, lneworder: i32) -> Result<()>;
}
Required Methods§
fn _NewEnum(&self) -> Result<IUnknown>
fn get_Item(&self, lindex: i32) -> Result<i32>
fn Count(&self) -> Result<i32>
fn Add(&self, ldeviceid: i32) -> Result<()>
fn Remove(&self, lindex: i32) -> Result<()>
fn SetOrder(&self, ldeviceid: i32, lneworder: 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.