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

pub type ReservedZero<B> = ReservedBits<BitZero, B>;
Expand description

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