Struct conrod::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 Copy for Full
[src]

impl Clone for Full
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Full
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Full
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for Full
[src]

impl OvalSection for Full
[src]

IS_OVER: IsOverFn = is_over_widget

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