bit_field

Macro bitfield_numeric_impl

source
macro_rules! bitfield_numeric_impl {
    ($($t:ty)*) => { ... };
}
Expand description

An internal macro used for implementing BitField on the standard integral types.