Enum gtk_sys::GtkBorderStyle
[−]
[src]
#[repr(C)]pub enum GtkBorderStyle { None, Solid, Inset, Outset, Hidden, Dotted, Dashed, Double, Groove, Ridge, }
Variants
None
Solid
Inset
Outset
Hidden
Dotted
Dashed
Double
Groove
Ridge
Trait Implementations
impl Clone for GtkBorderStyle
[src]
fn clone(&self) -> GtkBorderStyle
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