Enum conrod::Bordering
[−]
[src]
pub enum Bordering {
Border(f64, Color),
NoBorder,
}To be used as a parameter for defining the aesthetic of the widget border.
Variants
Border(f64, Color)Border width and color.
NoBorderNo border.
Trait Implementations
impl Clone for Bordering[src]
fn clone(&self) -> Bordering
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