Enum conrod::Framing [] [src]

pub enum Framing {
    Frame(f64Color),
    NoFrame,
}

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

Variants

Frame(f64Color)

Frame width and color.

NoFrame

No frame.

Trait Implementations

impl Clone for Framing
[src]

fn clone(&self) -> Framing

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for Framing
[src]