pub type lv_hit_test_info_t = _lv_hit_test_info_t;Aliased Type§
#[repr(C)]pub struct lv_hit_test_info_t {
pub point: *const lv_point_t,
pub res: bool,
}Fields§
§point: *const lv_point_t§res: boolpub type lv_hit_test_info_t = _lv_hit_test_info_t;#[repr(C)]pub struct lv_hit_test_info_t {
pub point: *const lv_point_t,
pub res: bool,
}point: *const lv_point_t§res: bool