Expand description
This module implements the HeaderVec
type for constructing dynamically
sized values that have a fixed size header and a variable sized element
type. This is a common pattern in IOCTL input buffers.
Structsยง
- A type that represents a fixed-sized header followed by a variable-sized tail.
- Implements a
Vec
-like type for building structures with a fixed-sized prefix before a dynamic number of elements.