windows::Win32::Web::InternetExplorer

Trait IDithererImpl_Impl

pub trait IDithererImpl_Impl: IUnknownImpl {
    // Required methods
    fn SetDestColorTable(
        &self,
        ncolors: u32,
        prgbcolors: *const RGBQUAD,
    ) -> Result<()>;
    fn SetEventSink(
        &self,
        peventsink: Ref<'_, IImageDecodeEventSink>,
    ) -> Result<()>;
}

Required Methods§

fn SetDestColorTable( &self, ncolors: u32, prgbcolors: *const RGBQUAD, ) -> Result<()>

fn SetEventSink(&self, peventsink: Ref<'_, IImageDecodeEventSink>) -> 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.

Implementors§