Enum conrod::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 Copy for Bordering
[src]

impl Clone for Bordering
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more