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

pub enum DrawMode {
    Line(f32),
    Fill,
}

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

Variants

A stroked line with the given width

A filled shape.

Trait Implementations

impl Debug for DrawMode
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for DrawMode
[src]

impl Clone for DrawMode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DrawMode

impl Sync for DrawMode