Enum gtk_sys::GtkCssProviderError [] [src]

pub enum GtkCssProviderError {
    Failed,
    Syntax,
    Import,
    Name,
    Deprecated,
    UnknownValue,
}

Variants

Trait Implementations

impl Clone for GtkCssProviderError
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GtkCssProviderError
[src]

impl Debug for GtkCssProviderError
[src]

[]

Formats the value using the given formatter.

impl Eq for GtkCssProviderError
[src]

impl PartialEq for GtkCssProviderError
[src]

[]

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

[]

This method tests for !=.