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
InvalidTypeFunction
UnhandledTag
MissingAttribute
InvalidAttribute
InvalidTag
MissingPropertyValue
InvalidValue
VersionMismatch
DuplicateId
ObjectTypeRefused
TemplateMismatch
InvalidProperty
InvalidSignal
InvalidId
Trait Implementations
impl Clone for GtkBuilderError
[src]
fn clone(&self) -> GtkBuilderError
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