Trait IBDA_DeviceControl_Impl
pub trait IBDA_DeviceControl_Impl: IUnknownImpl {
// Required methods
fn StartChanges(&self) -> Result<()>;
fn CheckChanges(&self) -> Result<()>;
fn CommitChanges(&self) -> Result<()>;
fn GetChangeState(&self, pstate: *mut u32) -> Result<()>;
}
Required Methods§
fn StartChanges(&self) -> Result<()>
fn CheckChanges(&self) -> Result<()>
fn CommitChanges(&self) -> Result<()>
fn GetChangeState(&self, pstate: *mut u32) -> 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.