Enum elmesque::form::ShapeStyle
[−]
[src]
pub enum ShapeStyle {
Line(LineStyle),
Fill(FillStyle),
}Whether a shape is outlined or filled.
Variants
Line | |
Fill |
pub enum ShapeStyle {
Line(LineStyle),
Fill(FillStyle),
}Whether a shape is outlined or filled.
Line | |
Fill |
impl Debug for ShapeStyleimpl Clone for ShapeStylefn clone(&self) -> ShapeStylefn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).