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
impl Clone for conf_value_st
Source§fn clone(&self) -> conf_value_st
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more