Enum gtk_sys::GtkShadowType 
                   
                       [−]
                   
               [src]
#[repr(C)]pub enum GtkShadowType { None, In, Out, EtchedIn, EtchedOut, }
Variants
NoneInOutEtchedInEtchedOutTrait 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