[][src]Trait kiss3d_conrod::widget::primitive::shape::oval::OvalSection

pub trait OvalSection: 'static + Copy + PartialEq + Send {
    const IS_OVER: IsOverFn;
}

Types that may be used to describe the visible section of the Oval.

Associated Constants

const IS_OVER: IsOverFn

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

Loading content...

Implementors

impl OvalSection for Full[src]

impl OvalSection for Section[src]

Loading content...