esp_idf_sys

Type Alias StaticStreamBuffer_t

Source
pub type StaticStreamBuffer_t = xSTATIC_STREAM_BUFFER;

Aliased Type§

struct StaticStreamBuffer_t {
    pub uxDummy1: [usize; 4],
    pub pvDummy2: [*mut c_void; 3],
    pub ucDummy3: u8,
    pub xDummyStreamBufferLock: spinlock_t,
}

Fields§

§uxDummy1: [usize; 4]§pvDummy2: [*mut c_void; 3]§ucDummy3: u8§xDummyStreamBufferLock: spinlock_t

Trait Implementations

Source§

impl Clone for xSTATIC_STREAM_BUFFER

Source§

fn clone(&self) -> xSTATIC_STREAM_BUFFER

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_STREAM_BUFFER

Source§

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

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

impl Default for xSTATIC_STREAM_BUFFER

Source§

fn default() -> Self

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

impl Copy for xSTATIC_STREAM_BUFFER