Skip to main content

event_kind_to_c

Function event_kind_to_c 

Source
pub fn event_kind_to_c(k: EventKind) -> NrosRmwEventKind
Expand description

Convert a trait-level nros_rmw::EventKind to the C ABI discriminant. Replaces the retired From<nros_rmw::EventKind> for NrosRmwEventKind.