Struct collectd_plugin::bindings::data_source_s
source · #[repr(C)]pub struct data_source_s {
pub name: [c_char; 64],
pub type_: c_int,
pub min: f64,
pub max: f64,
}Fields§
§name: [c_char; 64]§type_: c_int§min: f64§max: f64Trait Implementations§
source§impl Clone for data_source_s
impl Clone for data_source_s
source§fn clone(&self) -> data_source_s
fn clone(&self) -> data_source_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