#[repr(C)]pub struct _lv_rb_t {
pub root: *mut _lv_rb_node_t,
pub compare: Option<unsafe extern "C" fn(*const c_void, *const c_void) -> i8>,
pub size: usize,
}Fields§
§root: *mut _lv_rb_node_t§compare: Option<unsafe extern "C" fn(*const c_void, *const c_void) -> i8>§size: usizeTrait Implementations§
impl Copy for _lv_rb_t
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 UnsafeUnpin 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