Struct nannou::ui::prelude::widget::primitive::shape::oval::Full[][src]

pub struct Full;

The entire Oval will be drawn.

To draw only a section of the oval, use the section builder method.

Trait Implementations

impl Clone for Full
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Full
[src]

Formats the value using the given formatter. Read more

impl OvalSection for Full
[src]

IS_OVER: fn(&Container, [f64; 2], &Theme) -> IsOver = is_over_widget

The function used to determine if a point is over the oval section widget.

impl Copy for Full
[src]

impl Eq for Full
[src]

impl PartialEq<Full> for Full
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Full

impl Sync for Full