pub type gnrc_netreg_entry_t = gnrc_netreg_entry;

Aliased Type§

struct gnrc_netreg_entry_t {
    pub next: *mut gnrc_netreg_entry,
    pub demux_ctx: u32,
    pub type_0: u8,
    pub target: C2RustUnnamed_6,
}

Fields§

§next: *mut gnrc_netreg_entry§demux_ctx: u32§type_0: u8§target: C2RustUnnamed_6