#[repr(C)]pub struct lv_ll_t {
pub n_size: u32,
pub head: *mut lv_ll_node_t,
pub tail: *mut lv_ll_node_t,
}
Fields§
§n_size: u32
§head: *mut lv_ll_node_t
§tail: *mut lv_ll_node_t
Trait Implementations§
impl Copy for lv_ll_t
Auto Trait Implementations§
impl Freeze for lv_ll_t
impl RefUnwindSafe for lv_ll_t
impl !Send for lv_ll_t
impl !Sync for lv_ll_t
impl Unpin for lv_ll_t
impl UnwindSafe for lv_ll_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