Type Definition collectd_plugin::bindings::cdtime_t [] [src]

type cdtime_t = u64;

Trait Implementations

impl From<cdtime_t> for CdTime
[src]

[src]

Performs the conversion.

impl Into<cdtime_t> for CdTime
[src]

[src]

Performs the conversion.

Auto Trait Implementations