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

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

The border of the rectangle

Fields

color

The color of the border

radius

The radius of the border

Trait Implementations

Derived Implementations

impl Clone for Border

fn clone(&self) -> Border

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for Border