Struct graphics::ellipse::Border [] [src]

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

Ellipse border

Fields

color

The border color

radius

The border radius

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