Trait IACList2_Impl
pub trait IACList2_Impl: IACList_Impl {
    // Required methods
    fn SetOptions(&self, dwflag: u32) -> Result<()>;
    fn GetOptions(&self) -> Result<u32>;
}Required Methods§
fn SetOptions(&self, dwflag: u32) -> Result<()>
fn GetOptions(&self) -> Result<u32>
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.