Struct collectd_plugin::bindings::notification_meta_s
source · #[repr(C)]pub struct notification_meta_s {
pub name: [c_char; 64],
pub type_: notification_meta_type_e,
pub nm_value: notification_meta_s__bindgen_ty_1,
pub next: *mut notification_meta_s,
}Fields§
§name: [c_char; 64]§type_: notification_meta_type_e§nm_value: notification_meta_s__bindgen_ty_1§next: *mut notification_meta_sTrait Implementations§
source§impl Clone for notification_meta_s
impl Clone for notification_meta_s
source§fn clone(&self) -> notification_meta_s
fn clone(&self) -> notification_meta_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