Trait ISignedZeroOption_Impl
pub trait ISignedZeroOption_Impl: IUnknownImpl {
// Required methods
fn IsZeroSigned(&self) -> Result<bool>;
fn SetIsZeroSigned(&self, value: bool) -> Result<()>;
}
Required Methods§
fn IsZeroSigned(&self) -> Result<bool>
fn SetIsZeroSigned(&self, value: bool) -> 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.