pub type lv_cache_ops_t = _lv_cache_ops_t;
Aliased Type§
#[repr(C)]pub struct lv_cache_ops_t {
pub compare_cb: Option<unsafe extern "C" fn(*const c_void, *const c_void) -> i8>,
pub create_cb: Option<unsafe extern "C" fn(*mut c_void, *mut c_void) -> bool>,
pub free_cb: Option<unsafe extern "C" fn(*mut c_void, *mut c_void)>,
}
Fields§
§compare_cb: Option<unsafe extern "C" fn(*const c_void, *const c_void) -> i8>
§create_cb: Option<unsafe extern "C" fn(*mut c_void, *mut c_void) -> bool>
§free_cb: Option<unsafe extern "C" fn(*mut c_void, *mut c_void)>