[][src]Type Definition packed_struct::types::ReservedZero

type ReservedZero<B> = ReservedBits<BitZero, B>;

Packs into a set of zeroes. Ignores the input when unpacking.