[][src]Module packs::structure::generic_struct

Structs

GenericStruct

An anonymous, generic variant for structure values. It does denote different structures by a tag_byte field; all fields are written and read as Value in the order in which they were given. This allows for parsing of any structure which is validly encoded, valid in the PackStream specification sense, i.e. the struct marker and the field size, a tag byte denoting the struct type and then a list of the fields.