[][src]Trait nannou::ui::prelude::widget::primitive::shape::oval::OvalSection

pub trait OvalSection: 'static + PartialEq<Self> + Send + Copy {
    const IS_OVER: fn(&Container, [f64; 2], &Theme) -> IsOver;
}

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

Associated Constants

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

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...