Enum graphics::rectangle::Shape [] [src]

pub enum Shape {
    Square,
    Round(RadiusResolution),
    Bevel(Radius),
}

The shape of the rectangle corners

Variants

Square corners

Round corners, with resolution per corner.

Bevel corners

Trait Implementations

impl Copy for Shape
[src]

impl Clone for Shape
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more