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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter. Read more

impl<S: PartialEq> PartialEq for State<S>
[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<S> Send for State<S> where
    S: Send

impl<S> Sync for State<S> where
    S: Sync