esp_idf_sys

Type Alias StaticTimer_t

Source
pub type StaticTimer_t = xSTATIC_TIMER;

Aliased Type§

struct StaticTimer_t {
    pub pvDummy1: *mut c_void,
    pub xDummy2: xSTATIC_LIST_ITEM,
    pub xDummy3: u32,
    pub pvDummy5: *mut c_void,
    pub pvDummy6: Option<unsafe extern "C" fn(_: *mut c_void)>,
    pub ucDummy8: u8,
}

Fields§

§pvDummy1: *mut c_void§xDummy2: xSTATIC_LIST_ITEM§xDummy3: u32§pvDummy5: *mut c_void§pvDummy6: Option<unsafe extern "C" fn(_: *mut c_void)>§ucDummy8: u8

Trait Implementations

Source§

impl Clone for xSTATIC_TIMER

Source§

fn clone(&self) -> xSTATIC_TIMER

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_TIMER

Source§

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

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

impl Default for xSTATIC_TIMER

Source§

fn default() -> Self

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

impl Copy for xSTATIC_TIMER