Skip to main content

lv_fs_path_ex_t

Type Alias lv_fs_path_ex_t 

Source
pub type lv_fs_path_ex_t = _lv_fs_path_ex_t;

Aliased Type§

#[repr(C)]
pub struct lv_fs_path_ex_t { pub path: [i8; 4], pub buffer: *const c_void, pub size: u32, }

Fields§

§path: [i8; 4]§buffer: *const c_void§size: u32