riot_sys::inline

Type Alias nanocbor_value_t

Source
pub type nanocbor_value_t = nanocbor_value;

Aliased Type§

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

Fields§

§cur: *const u8§end: *const u8§remaining: u64§flags: u8

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