esp_idf_sys

Type Alias List_t

Source
pub type List_t = xLIST;

Aliased Type§

struct List_t {
    pub uxNumberOfItems: u32,
    pub pxIndex: *mut xLIST_ITEM,
    pub xListEnd: xMINI_LIST_ITEM,
}

Fields§

§uxNumberOfItems: u32§pxIndex: *mut xLIST_ITEM§xListEnd: xMINI_LIST_ITEM

Trait Implementations

Source§

impl Clone for xLIST

Source§

fn clone(&self) -> xLIST

Returns a copy of the value. Read more
1.0.0§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for xLIST

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for xLIST

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl Copy for xLIST