esp_idf_sys

Type Alias TimeOut_t

Source
pub type TimeOut_t = xTIME_OUT;
Expand description

@cond !DOC_EXCLUDE_HEADER_SECTION

Aliased Type§

struct TimeOut_t {
    pub xOverflowCount: i32,
    pub xTimeOnEntering: u32,
}

Fields§

§xOverflowCount: i32§xTimeOnEntering: u32

Trait Implementations

Source§

impl Clone for xTIME_OUT

Source§

fn clone(&self) -> xTIME_OUT

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 xTIME_OUT

Source§

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

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

impl Default for xTIME_OUT

Source§

fn default() -> xTIME_OUT

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

impl Copy for xTIME_OUT