esp_idf_sys

Type Alias StaticTask_t

Source
pub type StaticTask_t = xSTATIC_TCB;

Aliased Type§

struct StaticTask_t {
Show 14 fields pub pxDummy1: *mut c_void, pub xDummy3: [xSTATIC_LIST_ITEM; 2], pub uxDummy5: u32, pub pxDummy6: *mut c_void, pub ucDummy7: [u8; 16], pub xDummyCoreID: i32, pub pxDummy8: *mut c_void, pub uxDummy12: [u32; 2], pub pvDummy15: [*mut c_void; 2], pub xDummy17: _reent, pub ulDummy18: [u32; 1], pub ucDummy19: [u8; 1], pub uxDummy20: u8, pub ucDummy21: u8,
}

Fields§

§pxDummy1: *mut c_void§xDummy3: [xSTATIC_LIST_ITEM; 2]§uxDummy5: u32§pxDummy6: *mut c_void§ucDummy7: [u8; 16]§xDummyCoreID: i32§pxDummy8: *mut c_void§uxDummy12: [u32; 2]§pvDummy15: [*mut c_void; 2]§xDummy17: _reent§ulDummy18: [u32; 1]§ucDummy19: [u8; 1]§uxDummy20: u8§ucDummy21: u8

Trait Implementations

Source§

impl Clone for xSTATIC_TCB

Source§

fn clone(&self) -> xSTATIC_TCB

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_TCB

Source§

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

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

impl Default for xSTATIC_TCB

Source§

fn default() -> Self

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

impl Copy for xSTATIC_TCB