Struct graphics::rectangle::Border [] [src]

pub struct Border {
    pub color: Color,
    pub radius: Radius,
}

The border of the rectangle

Fields

The color of the border

The radius of the border. The half-width of the line by which border is drawn.

Trait Implementations

impl Copy for Border
[src]

impl Clone for Border
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more