Enum gtk_sys::GtkShadowType
[−]
[src]
#[repr(C)]pub enum GtkShadowType { None, In, Out, EtchedIn, EtchedOut, }
Variants
None
In
Out
EtchedIn
EtchedOut
Trait Implementations
impl Clone for GtkShadowType
[src]
fn clone(&self) -> GtkShadowType
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