Skip to main content

lv_calendar_t

Type Alias lv_calendar_t 

Source
pub type lv_calendar_t = _lv_calendar_t;

Aliased Type§

#[repr(C)]
pub struct lv_calendar_t { pub obj: _lv_obj_t, pub btnm: *mut _lv_obj_t, pub today: lv_calendar_date_t, pub showed_date: lv_calendar_date_t, pub highlighted_dates: *mut lv_calendar_date_t, pub highlighted_dates_num: usize, pub map: [*const i8; 56], pub use_chinese_calendar: bool, pub nums: [[i8; 20]; 42], }

Fields§

§obj: _lv_obj_t§btnm: *mut _lv_obj_t§today: lv_calendar_date_t§showed_date: lv_calendar_date_t§highlighted_dates: *mut lv_calendar_date_t§highlighted_dates_num: usize§map: [*const i8; 56]§use_chinese_calendar: bool§nums: [[i8; 20]; 42]