#[repr(C)]pub struct rcl_time_jump_t {
pub clock_change: rcl_clock_change_t,
pub delta: rcl_duration_t,
}
Expand description
Struct to describe a jump in time.
Fields
clock_change: rcl_clock_change_t
Indicate whether or not the source of time changed.
delta: rcl_duration_t
The new time minus the last time before the jump.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rcl_time_jump_t
impl Send for rcl_time_jump_t
impl Sync for rcl_time_jump_t
impl Unpin for rcl_time_jump_t
impl UnwindSafe for rcl_time_jump_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