pub trait BitStructZero: Zero {
    fn bs_zero() -> Self { ... }
}
Expand description

A bit struct which has a zero value we can get

Provided Methods

Get a zero value for this bit struct

Implementors