Enum gtk_sys::GtkPathPriorityType
[−]
[src]
#[repr(C)]pub enum GtkPathPriorityType { Lowest, Gtk, Application, Theme, Rc, Highest, }
Variants
Lowest
Gtk
Application
Theme
Rc
Highest
Trait Implementations
impl Clone for GtkPathPriorityType
[src]
fn clone(&self) -> GtkPathPriorityType
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