Module data_model::flexible_array
source · Expand description
A wrapper for structures that contain flexible arrays.
Structs§
Traits§
- The following code provides generic helpers for creating and accessing flexible array structs. A complete definition of flexible array structs is found in the ISO 9899 specification http://www.iso-9899.info/n1570.html. A flexible array struct is of the form:
Functions§
- The kernel API has many structs that resemble the following
Foo
structure: