pub type lv_cache_entry_t = _lv_cache_entry_t;Aliased Type§
#[repr(C)]pub struct lv_cache_entry_t {
pub cache: *const _lv_cache_t,
pub ref_cnt: i32,
pub node_size: u32,
pub flags: u8,
}Fields§
§cache: *const _lv_cache_t§ref_cnt: i32§node_size: u32§flags: u8