Enum graphics::line::Shape
[−]
[src]
pub enum Shape {
Square,
Round,
Bevel,
}The shape of the line
Variants
SquareSquare edges
RoundRound edges
BevelBevel edges