Trait IDirectDrawColorControl_Impl
pub trait IDirectDrawColorControl_Impl: IUnknownImpl {
// Required methods
fn GetColorControls(&self, param0: *mut DDCOLORCONTROL) -> Result<()>;
fn SetColorControls(&self, param0: *mut DDCOLORCONTROL) -> Result<()>;
}
Required Methods§
fn GetColorControls(&self, param0: *mut DDCOLORCONTROL) -> Result<()>
fn SetColorControls(&self, param0: *mut DDCOLORCONTROL) -> 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.