#[repr(C)]pub struct lv_ll_t {
pub n_size: u32,
pub head: *mut u8,
pub tail: *mut u8,
}
Fields§
§n_size: u32
§head: *mut u8
§tail: *mut u8
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