Trait IGlobalOptions_Impl
pub trait IGlobalOptions_Impl: IUnknownImpl {
// Required methods
fn Set(
&self,
dwproperty: GLOBALOPT_PROPERTIES,
dwvalue: usize,
) -> Result<()>;
fn Query(&self, dwproperty: GLOBALOPT_PROPERTIES) -> Result<usize>;
}
Required Methods§
fn Set(&self, dwproperty: GLOBALOPT_PROPERTIES, dwvalue: usize) -> Result<()>
fn Query(&self, dwproperty: GLOBALOPT_PROPERTIES) -> Result<usize>
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.