Skip to main content

lv_chart_t

Type Alias lv_chart_t 

Source
pub type lv_chart_t = _lv_chart_t;

Aliased Type§

#[repr(C)]
pub struct lv_chart_t {
Show 14 fields pub obj: _lv_obj_t, pub series_ll: lv_ll_t, pub cursor_ll: lv_ll_t, pub ymin: [i32; 2], pub ymax: [i32; 2], pub xmin: [i32; 2], pub xmax: [i32; 2], pub pressed_point_id: i32, pub hdiv_cnt: u32, pub vdiv_cnt: u32, pub point_cnt: u32, pub _bitfield_align_1: [u8; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>, pub __bindgen_padding_0: [u8; 7],
}

Fields§

§obj: _lv_obj_t§series_ll: lv_ll_t§cursor_ll: lv_ll_t§ymin: [i32; 2]§ymax: [i32; 2]§xmin: [i32; 2]§xmax: [i32; 2]§pressed_point_id: i32§hdiv_cnt: u32§vdiv_cnt: u32§point_cnt: u32§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§__bindgen_padding_0: [u8; 7]