Enum gtk_sys::GtkReliefStyle
[−]
[src]
pub enum GtkReliefStyle { Normal, Half, None, }
Variants
Normal
Half
None
Trait Implementations
impl Clone for GtkReliefStyle
[src]
fn clone(&self) -> GtkReliefStyle
[−]
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