[][src]Trait lochnes::video::Video

pub trait Video {
    fn draw_point(&self, point: Point, color: Color);
fn present(&self);
fn clear(&self); }

Required methods

fn draw_point(&self, point: Point, color: Color)

fn present(&self)

fn clear(&self)

Loading content...

Implementations on Foreign Types

impl<'a, V> Video for &'a V where
    V: Video
[src]

Loading content...

Implementors

impl Video for NullVideo[src]

impl<'a, 'b> Video for TextureBufferedVideo<'b>[src]

Loading content...