pub trait BitStructZero: Zero { fn bs_zero() -> Self { ... } }
A bit struct which has a zero value we can get
Get a zero value for this bit struct