[][src]Trait sfml_rust::canvas::canvas_frame::Drawable

pub trait Drawable {
    fn get(&self) -> VertexTypes;
}

Trait which may be inherited by objects that wish to be drawn to the screen

Required methods

fn get(&self) -> VertexTypes

Loading content...

Implementors

impl Drawable for Sprite[src]

Loading content...