Type Alias riot_sys::nanocbor_value_t

source ·
pub type nanocbor_value_t = nanocbor_value;
Expand description

@brief decoder context

Aliased Type§

struct nanocbor_value_t {
    pub cur: *const u8,
    pub end: *const u8,
    pub remaining: u64,
    pub flags: u8,
}

Fields§

§cur: *const u8

< Current position in the buffer

§end: *const u8

< End of the buffer

§remaining: u64

< Number of items remaining in the container

§flags: u8

< Flags for decoding hints

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 24 bytes