esp_idf_sys

Type Alias StaticMiniListItem_t

Source
pub type StaticMiniListItem_t = xSTATIC_MINI_LIST_ITEM;

Aliased Type§

struct StaticMiniListItem_t {
    pub xDummy2: u32,
    pub pvDummy3: [*mut c_void; 2],
}

Fields§

§xDummy2: u32§pvDummy3: [*mut c_void; 2]

Trait Implementations

Source§

impl Clone for xSTATIC_MINI_LIST_ITEM

Source§

fn clone(&self) -> xSTATIC_MINI_LIST_ITEM

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 xSTATIC_MINI_LIST_ITEM

Source§

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

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

impl Default for xSTATIC_MINI_LIST_ITEM

Source§

fn default() -> Self

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

impl Copy for xSTATIC_MINI_LIST_ITEM