#[repr(C)]pub struct lv_rb_t {
pub root: *mut lv_rb_node_t,
pub compare: lv_rb_compare_t,
pub size: usize,
}Fields§
§root: *mut lv_rb_node_t§compare: lv_rb_compare_t§size: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for lv_rb_t
impl RefUnwindSafe for lv_rb_t
impl !Send for lv_rb_t
impl !Sync for lv_rb_t
impl Unpin for lv_rb_t
impl UnwindSafe for lv_rb_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