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

< Linked list for series (stores lv_chart_series_t)

§cursor_ll: lv_ll_t

< Linked list for cursors (stores lv_chart_cursor_t)

§ymin: [i32; 2]§ymax: [i32; 2]§xmin: [i32; 2]§xmax: [i32; 2]§pressed_point_id: i32§hdiv_cnt: u32

< Number of horizontal division lines

§vdiv_cnt: u32

< Number of vertical division lines

§point_cnt: u32

< Number of points in all series

§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§__bindgen_padding_0: [u8; 7]