EvMenu

Type Alias EvMenu 

Source
pub type EvMenu = _evmenu_t;

Aliased Type§

#[repr(C)]
pub struct EvMenu { pub index: u32, pub state: i32, pub text: *const i8, }

Fields§

§index: u32§state: i32§text: *const i8