Skip to main content

lv_cache_entry_t

Type Alias lv_cache_entry_t 

Source
pub type lv_cache_entry_t = _lv_cache_entry_t;
Expand description

TYPEDEFS

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

A custom flag that can be used by the different cache classes