[][src]Trait ot::draw::Drawable

pub trait Drawable {
    fn draw(&mut self, x: u32, y: u32, other: &mut Image);
}

Required methods

fn draw(&mut self, x: u32, y: u32, other: &mut Image)

Loading content...

Implementors

impl Drawable for Image[src]

Loading content...