Enum elmesque::form::ShapeStyle [−] [src]

pub enum ShapeStyle {
    Line(LineStyle),
    Fill(FillStyle),
}

Whether a shape is outlined or filled.

Variants

Line
Fill

Trait Implementations

Derived Implementations

impl Debug for ShapeStyle

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for ShapeStyle

fn clone(&self) -> ShapeStyle

fn clone_from(&mut self, source: &Self)