Enum libucl_sys::ucl_type_t [] [src]

pub enum ucl_type_t {
    UCL_OBJECT,
    UCL_ARRAY,
    UCL_INT,
    UCL_FLOAT,
    UCL_STRING,
    UCL_BOOLEAN,
    UCL_TIME,
    UCL_USERDATA,
    UCL_NULL,
}

Variants

UCL_OBJECT
UCL_ARRAY
UCL_INT
UCL_FLOAT
UCL_STRING
UCL_BOOLEAN
UCL_TIME
UCL_USERDATA
UCL_NULL

Trait Implementations

Derived Implementations

impl Copy for ucl_type_t

impl Clone for ucl_type_t

fn clone(&self) -> ucl_type_t

fn clone_from(&mut self, source: &Self)