Enum gtk_sys::GtkCssSectionType
[−]
[src]
#[repr(C)]pub enum GtkCssSectionType { Document, Import, ColorDefinition, BindingSet, Ruleset, Selector, Declaration, Value, Keyframes, }
Variants
Document
Import
ColorDefinition
BindingSet
Ruleset
Selector
Declaration
Value
Keyframes
Trait Implementations
impl Clone for GtkCssSectionType
[src]
fn clone(&self) -> GtkCssSectionType
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