Type Alias lv_event_code_t

Source
pub type lv_event_code_t = u32;

Trait Implementations§

Source§

impl From<EventKind> for lv_event_code_t

Source§

fn from(code: EventKind) -> Self

Converts to this type from the input type.