Enum conrod::Framing [−] [src]

pub enum Framing {
    Frame(f64, Color),
    NoFrame,
}

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

Variants

Frame

Frame width and color.

NoFrame

No frame.

Trait Implementations

Derived Implementations

impl Clone for Framing

fn clone(&self) -> Framing

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

impl Copy for Framing