Type Alias riot_sys::cose_hdr_t

source ·
pub type cose_hdr_t = cose_hdr;
Expand description

@name COSE header struct @{

Aliased Type§

struct cose_hdr_t {
    pub next: *mut cose_hdr,
    pub key: i32,
    pub len: u32,
    pub v: cose_hdr__bindgen_ty_1,
    pub type_: u8,
}

Fields§

§next: *mut cose_hdr

< Next header in list

§key: i32

< Header label

§len: u32

< Length of the data, only used for the byte type

§v: cose_hdr__bindgen_ty_1

< Union to combine different value types

§type_: u8

< Type of the header