Struct collectd_plugin::bindings::oconfig_value_s
source · #[repr(C)]pub struct oconfig_value_s {
pub value: oconfig_value_s__bindgen_ty_1,
pub type_: c_int,
}Fields§
§value: oconfig_value_s__bindgen_ty_1§type_: c_intTrait Implementations§
source§impl Clone for oconfig_value_s
impl Clone for oconfig_value_s
source§fn clone(&self) -> oconfig_value_s
fn clone(&self) -> oconfig_value_s
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