Enum gtk_sys::GtkPathType
[−]
[src]
#[repr(C)]pub enum GtkPathType { Widget, WidgetClass, Class, }
Variants
Widget
WidgetClass
Class
Trait Implementations
impl Clone for GtkPathType
[src]
fn clone(&self) -> GtkPathType
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