#[repr(C)]pub struct rcl_time_point_t {
pub nanoseconds: rcl_time_point_value_t,
pub clock_type: RclClockType,
}
Expand description
A single point in time, measured in nanoseconds, the reference point is based on the source.
Fields
nanoseconds: rcl_time_point_value_t
Nanoseconds of the point in time
clock_type: RclClockType
Clock type of the point in time
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rcl_time_point_t
impl Send for rcl_time_point_t
impl Sync for rcl_time_point_t
impl Unpin for rcl_time_point_t
impl UnwindSafe for rcl_time_point_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more