Struct conrod::widget::primitive::shape::circle::Circle [] [src]

pub struct Circle;

A tiny wrapper around the Oval widget type.

Methods

impl Circle
[src]

[src]

Build a circular Oval with the given dimensions and style.

[src]

Build a new Filled circular Oval.

[src]

Build a new circular Oval Filled with the given color.

[src]

Build a new circular Outlined Oval widget.

[src]

Build a new circular Oval Outlined with the given style.

Trait Implementations

impl Copy for Circle
[src]

impl Clone for Circle
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Circle
[src]

[src]

Formats the value using the given formatter.