pub type lv_rb_t = _lv_rb_t;Aliased Type§
#[repr(C)]pub struct lv_rb_t {
pub root: *mut _lv_rb_node_t,
pub compare: Option<unsafe extern "C" fn(*const c_void, *const c_void) -> i8>,
pub size: usize,
}Fields§
§root: *mut _lv_rb_node_t§compare: Option<unsafe extern "C" fn(*const c_void, *const c_void) -> i8>§size: usize