Enum nannou::ui::Bordering[][src]

pub enum Bordering {
    Border(f64Color),
    NoBorder,
}

To be used as a parameter for defining the aesthetic of the widget border.

Variants

Border width and color.

No border.

Trait Implementations

impl Clone for Bordering
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Bordering
[src]

Auto Trait Implementations

impl Send for Bordering

impl Sync for Bordering