pub type EvButton = _evbutton_t;Aliased Type§
#[repr(C)]pub struct EvButton {
pub index: u32,
pub state: _gui_state_t,
pub text: *const i8,
}Fields§
§index: u32§state: _gui_state_t§text: *const i8pub type EvButton = _evbutton_t;#[repr(C)]pub struct EvButton {
pub index: u32,
pub state: _gui_state_t,
pub text: *const i8,
}index: u32§state: _gui_state_t§text: *const i8