Trait bit_struct::BitStructZero
source · pub trait BitStructZero: Zero {
// Provided method
fn bs_zero() -> Self { ... }
}
Expand description
A bit struct which has a zero value we can get
pub trait BitStructZero: Zero {
// Provided method
fn bs_zero() -> Self { ... }
}
A bit struct which has a zero value we can get