Struct graphics::rectangle::Border  
                   
                       [−]
                   
               [src]
pub struct Border {
    pub color: Color,
    pub radius: Radius,
}The border of the rectangle
Fields
color: Color
                           The color of the border
radius: Radius
                           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]
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