Skip to main content

TheRenderViewTrait

Trait TheRenderViewTrait 

Source
pub trait TheRenderViewTrait: TheWidget {
    // Required methods
    fn render_buffer_mut(&mut self) -> &mut TheRGBABuffer;
    fn set_auto_focus(&mut self, auto_focus: bool);
}

Required Methods§

Source

fn render_buffer_mut(&mut self) -> &mut TheRGBABuffer

Source

fn set_auto_focus(&mut self, auto_focus: bool)

Implementors§