[][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 CompuSprite[src]

impl Drawable for Polygon[src]

impl Drawable for Rect[src]

impl Drawable for Sprite[src]

Loading content...