pub type lv_imagebutton_t = _lv_imagebutton_t;Aliased Type§
#[repr(C)]pub struct lv_imagebutton_t {
pub obj: _lv_obj_t,
pub src_mid: [_lv_imagebutton_src_info_t; 6],
pub src_left: [_lv_imagebutton_src_info_t; 6],
pub src_right: [_lv_imagebutton_src_info_t; 6],
}Fields§
§obj: _lv_obj_t§src_mid: [_lv_imagebutton_src_info_t; 6]§src_left: [_lv_imagebutton_src_info_t; 6]§src_right: [_lv_imagebutton_src_info_t; 6]