Struct collectd_plugin::bindings::data_source_s[][src]

#[repr(C)]
pub struct data_source_s { pub name: [c_char; 64], pub type_: c_int, pub min: f64, pub max: f64, }

Fields

Trait Implementations

impl Copy for data_source_s
[src]

impl Clone for data_source_s
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations