pub trait IDVRGB219_Impl: Sized {
    // Required method
    fn SetRGB219(&self, bstate: BOOL) -> Result<()>;
}

Required Methods§

fn SetRGB219(&self, bstate: BOOL) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§