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 Shapefn clone(&self) -> Shapefn clone_from(&mut self, source: &Self)impl Copy for Shape
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).