pub type LongSpecificBits = SpecificBits<LONG_RESERVED_MASK>;Expand description
The lower 4 bits of the first byte of the long header.
Include 2 reserved bits that must be 0, and 2 bits for the packet number length. All of them are protected.
Aliased Typeยง
struct LongSpecificBits(/* private fields */);