Type Alias riot_sys::inline::cose_key_t

source ·
pub type cose_key_t = cose_key;

Aliased Type§

struct cose_key_t {
    pub kty: u8,
    pub algo: i8,
    pub crv: u8,
    pub kid: *mut u8,
    pub kid_len: u32,
    pub x: *mut u8,
    pub y: *mut u8,
    pub d: *mut u8,
}

Fields§

§kty: u8§algo: i8§crv: u8§kid: *mut u8§kid_len: u32§x: *mut u8§y: *mut u8§d: *mut 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