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

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

Ellipse border

Fields

The border color

The border radius

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