Enum ggez::graphics::DrawMode [] [src]

pub enum DrawMode {
    Line,
    Fill,
}

Specifies whether a shape should be drawn filled or as an outline.

Variants

Trait Implementations

impl Debug for DrawMode
[src]

Formats the value using the given formatter.

impl Copy for DrawMode
[src]

impl Clone for DrawMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more