Struct collectd_plugin::bindings::plugin_ctx_s
source · #[repr(C)]pub struct plugin_ctx_s {
pub interval: cdtime_t,
}Fields§
§interval: cdtime_tTrait Implementations§
source§impl Clone for plugin_ctx_s
impl Clone for plugin_ctx_s
source§fn clone(&self) -> plugin_ctx_s
fn clone(&self) -> plugin_ctx_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