Enum graphics::line::Shape
[−]
[src]
pub enum Shape { Square, Round, Bevel, }
The shape of the line
Variants
Square | Square edges | |
Round | Round edges | |
Bevel | Bevel edges |
pub enum Shape { Square, Round, Bevel, }
The shape of the line
Square | Square edges | |
Round | Round edges | |
Bevel | Bevel edges |
impl Clone for Shape
fn clone(&self) -> Shape
fn clone_from(&mut self, source: &Self)
impl Copy for Shape