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 |
pub struct Border {
pub color: Color,
pub radius: Radius,
}Ellipse border
color | The border color |
radius | The border radius |
impl Clone for Borderfn clone(&self) -> Borderfn clone_from(&mut self, source: &Self)impl Copy for Border
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).