macro_rules! bitfield_numeric_impl { ($($t:ty)*) => { ... }; }
Expand description
An internal macro used for implementing BitField on the standard integral types.
macro_rules! bitfield_numeric_impl { ($($t:ty)*) => { ... }; }
An internal macro used for implementing BitField on the standard integral types.