riot_sys::inline

Type Alias cose_hdr_t

Source
pub type cose_hdr_t = cose_hdr;

Aliased Type§

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

Fields§

§next: *mut cose_hdr§key: i32§len: u32§v: C2RustUnnamed_10§type_0: 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: 20 bytes