Skip to main content

lv_fs_file_cache_t

Type Alias lv_fs_file_cache_t 

Source
pub type lv_fs_file_cache_t = _lv_fs_file_cache_t;

Aliased Type§

#[repr(C)]
pub struct lv_fs_file_cache_t { pub start: u32, pub end: u32, pub file_position: u32, pub buffer: *mut c_void, }

Fields§

§start: u32§end: u32§file_position: u32§buffer: *mut c_void