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
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