pub type rcl_time_point_t = rcl_time_point_s;
Aliased Type§
struct rcl_time_point_t {
pub nanoseconds: i64,
pub clock_type: rcl_clock_type_e,
}
Fields§
§nanoseconds: i64
§clock_type: rcl_clock_type_e
pub type rcl_time_point_t = rcl_time_point_s;
struct rcl_time_point_t {
pub nanoseconds: i64,
pub clock_type: rcl_clock_type_e,
}
nanoseconds: i64
§clock_type: rcl_clock_type_e