Type Alias riot_sys::inline::gnrc_pktsnip_t

source ·
pub type gnrc_pktsnip_t = gnrc_pktsnip;

Aliased Type§

struct gnrc_pktsnip_t {
    pub next: *mut gnrc_pktsnip,
    pub data: *mut c_void,
    pub size: u32,
    pub users: u32,
    pub type_0: i8,
}

Fields§

§next: *mut gnrc_pktsnip§data: *mut c_void§size: u32§users: u32§type_0: i8

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