#[repr(C)]pub struct _lv_cache_ops_t {
pub compare_cb: lv_cache_compare_cb_t,
pub create_cb: lv_cache_create_cb_t,
pub free_cb: lv_cache_free_cb_t,
}Fields§
§compare_cb: lv_cache_compare_cb_t§create_cb: lv_cache_create_cb_t§free_cb: lv_cache_free_cb_tTrait Implementations§
Source§impl Clone for _lv_cache_ops_t
impl Clone for _lv_cache_ops_t
Source§fn clone(&self) -> _lv_cache_ops_t
fn clone(&self) -> _lv_cache_ops_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _lv_cache_ops_t
impl Debug for _lv_cache_ops_t
Source§impl Default for _lv_cache_ops_t
impl Default for _lv_cache_ops_t
Source§fn default() -> _lv_cache_ops_t
fn default() -> _lv_cache_ops_t
Returns the “default value” for a type. Read more
impl Copy for _lv_cache_ops_t
Auto Trait Implementations§
impl Freeze for _lv_cache_ops_t
impl RefUnwindSafe for _lv_cache_ops_t
impl Send for _lv_cache_ops_t
impl Sync for _lv_cache_ops_t
impl Unpin for _lv_cache_ops_t
impl UnsafeUnpin for _lv_cache_ops_t
impl UnwindSafe for _lv_cache_ops_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more