Type Alias r2r_rcl::rcl_timer_callback_t

source ·
pub type rcl_timer_callback_t = Option<unsafe extern "C" fn(arg1: *mut rcl_timer_t, arg2: i64)>;

Aliased Type§

enum rcl_timer_callback_t {
    None,
    Some(unsafe extern "C" fn(_: *mut rcl_timer_s, _: i64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut rcl_timer_s, _: i64))

Some value of type T.