Struct conrod::widget::primitive::shape::oval::State [] [src]

pub struct State<S> {
    pub resolution: usize,
    pub section: S,
}

Unique state for the Oval.

Fields

The number of lines used to draw the edge.

A type describing the section of the Oval that is to be drawn.

Trait Implementations

impl<S: Copy> Copy for State<S>
[src]

impl<S: Clone> Clone for State<S>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<S: Debug> Debug for State<S>
[src]

[src]

Formats the value using the given formatter.

impl<S: PartialEq> PartialEq for State<S>
[src]

[src]

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

[src]

This method tests for !=.