Enum gtk_sys::GtkBorderStyle [] [src]

#[repr(C)]
pub enum GtkBorderStyle { None, Solid, Inset, Outset, Hidden, Dotted, Dashed, Double, Groove, Ridge, }

Variants

Trait Implementations

impl Clone for GtkBorderStyle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GtkBorderStyle
[src]

impl Debug for GtkBorderStyle
[src]

Formats the value using the given formatter.

impl Eq for GtkBorderStyle
[src]

impl PartialEq for GtkBorderStyle
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.