pub type rcl_jump_threshold_t = rcl_jump_threshold_s;
Aliased Type§
struct rcl_jump_threshold_t {
pub on_clock_change: bool,
pub min_forward: rcl_duration_s,
pub min_backward: rcl_duration_s,
}
Fields§
§on_clock_change: bool
§min_forward: rcl_duration_s
§min_backward: rcl_duration_s
Trait Implementations
Source§impl Clone for rcl_jump_threshold_s
impl Clone for rcl_jump_threshold_s
Source§fn clone(&self) -> rcl_jump_threshold_s
fn clone(&self) -> rcl_jump_threshold_s
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more