Enum gtk_sys::GtkCssProviderError
[−]
[src]
#[repr(C)]pub enum GtkCssProviderError { Failed, Syntax, Import, Name, Deprecated, UnknownValue, }
Variants
Failed
Syntax
Import
Name
Deprecated
UnknownValue
Trait Implementations
impl Clone for GtkCssProviderError
[src]
fn clone(&self) -> GtkCssProviderError
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