Trait IPreviewHandlerVisuals_Impl
pub trait IPreviewHandlerVisuals_Impl: IUnknownImpl {
    // Required methods
    fn SetBackgroundColor(&self, color: COLORREF) -> Result<()>;
    fn SetFont(&self, plf: *const LOGFONTW) -> Result<()>;
    fn SetTextColor(&self, color: COLORREF) -> Result<()>;
}Required Methods§
fn SetBackgroundColor(&self, color: COLORREF) -> Result<()>
fn SetFont(&self, plf: *const LOGFONTW) -> Result<()>
fn SetTextColor(&self, color: COLORREF) -> 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.