Enum gtk_sys::GtkReliefStyle [] [src]

pub enum GtkReliefStyle {
    Normal,
    Half,
    None,
}

Variants

Trait Implementations

impl Clone for GtkReliefStyle
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GtkReliefStyle
[src]

impl Debug for GtkReliefStyle
[src]

[]

Formats the value using the given formatter.

impl Eq for GtkReliefStyle
[src]

impl PartialEq for GtkReliefStyle
[src]

[]

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

[]

This method tests for !=.