pub type rcl_time_point_t = rcl_time_point_s;Aliased Type§
#[repr(C)]pub struct rcl_time_point_t {
pub nanoseconds: i64,
pub clock_type: rcl_clock_type_e,
}Fields§
§nanoseconds: i64§clock_type: rcl_clock_type_epub type rcl_time_point_t = rcl_time_point_s;#[repr(C)]pub struct rcl_time_point_t {
pub nanoseconds: i64,
pub clock_type: rcl_clock_type_e,
}nanoseconds: i64§clock_type: rcl_clock_type_e