Enum gtk_sys::GtkBuilderError [] [src]

#[repr(C)]
pub enum GtkBuilderError { InvalidTypeFunction, UnhandledTag, MissingAttribute, InvalidAttribute, InvalidTag, MissingPropertyValue, InvalidValue, VersionMismatch, DuplicateId, ObjectTypeRefused, TemplateMismatch, InvalidProperty, InvalidSignal, InvalidId, }

Variants

Trait Implementations

impl Clone for GtkBuilderError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GtkBuilderError
[src]

impl Debug for GtkBuilderError
[src]

Formats the value using the given formatter.

impl Eq for GtkBuilderError
[src]

impl PartialEq for GtkBuilderError
[src]

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

This method tests for !=.