Struct collectd_plugin::bindings::notification_s [] [src]

#[repr(C)]
pub struct notification_s { pub severity: c_int, pub time: cdtime_t, pub message: [c_char; 256], pub host: [c_char; 128], pub plugin: [c_char; 128], pub plugin_instance: [c_char; 128], pub type_: [c_char; 128], pub type_instance: [c_char; 128], pub meta: *mut notification_meta_t, }

Fields

Trait Implementations

impl Copy for notification_s
[src]

impl Clone for notification_s
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more