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

pub struct Circle;

A tiny wrapper around the Oval widget type.

Methods

impl Circle
[src]

Build a circular Oval with the given dimensions and style.

Build a new Filled circular Oval.

Build a new circular Oval Filled with the given color.

Build a new circular Outlined Oval widget.

Build a new circular Oval Outlined with the given style.

Trait Implementations

impl Copy for Circle
[src]

impl Clone for Circle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Circle
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Circle

impl Sync for Circle