Enum gtk_sys::GtkPathPriorityType [] [src]

#[repr(C)]
pub enum GtkPathPriorityType { Lowest, Gtk, Application, Theme, Rc, Highest, }

Variants

Trait Implementations

impl Clone for GtkPathPriorityType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GtkPathPriorityType
[src]

impl Debug for GtkPathPriorityType
[src]

Formats the value using the given formatter.

impl Eq for GtkPathPriorityType
[src]

impl PartialEq for GtkPathPriorityType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.