Type Alias CONF_VALUE

Source
pub type CONF_VALUE = conf_value_st;

Aliased Type§

struct CONF_VALUE {
    pub section: *mut i8,
    pub name: *mut i8,
    pub value: *mut i8,
}

Fields§

§section: *mut i8§name: *mut i8§value: *mut i8

Trait Implementations

Source§

impl Clone for conf_value_st

Source§

fn clone(&self) -> conf_value_st

Returns a copy of the value. Read more
1.0.0 · Source§

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

Performs copy-assignment from source. Read more
Source§

impl Debug for conf_value_st

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for conf_value_st