Struct collectd_plugin::bindings::identifier_s [] [src]

#[repr(C)]
pub struct identifier_s { pub host: *mut c_char, pub plugin: *mut c_char, pub plugin_instance: *mut c_char, pub type_: *mut c_char, pub type_instance: *mut c_char, }

Fields

Trait Implementations

impl Debug for identifier_s
[src]

[src]

Formats the value using the given formatter.

impl Copy for identifier_s
[src]

impl Clone for identifier_s
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more