Enum gtk_sys::GtkPathType [] [src]

#[repr(C)]
pub enum GtkPathType { Widget, WidgetClass, Class, }

Variants

Trait Implementations

impl Clone for GtkPathType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GtkPathType
[src]

impl Debug for GtkPathType
[src]

Formats the value using the given formatter.

impl Eq for GtkPathType
[src]

impl PartialEq for GtkPathType
[src]

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

This method tests for !=.