Module riot_wrappers::gnrc_util
source · [−]Expand description
Experimental area for GNRC utility functions
These are implemented direclty in Rust and do not wrap any RIOT libraries, but seem useful at least for the purpose of the author’s experiments. It may turn out that they’d make nice additions to the RIOT API, or are completely misguided.
Structs
Traits
Trait of data structures that store all the information needed to respond to a Pktsnip in some way; the data (typically address and port information) is copied into the trait implementation and persisted there while the original snip is dropped and a new one is written.