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

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

Ellipse border

Fields

color: Color

The border color

radius: Radius

The border radius

Trait Implementations

impl Clone for Border
[src]

fn clone(&self) -> Border

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

impl Copy for Border
[src]