bitfield_constructor!() { /* proc-macro */ }
Expand description
Implements an exhaustive constructor function for a bitfield. Should only be called by bitfield!
when using impl new;
bitfield_constructor!() { /* proc-macro */ }
Implements an exhaustive constructor function for a bitfield. Should only be called by bitfield!
when using impl new;