mbitfield

Attribute Macro mbitfield 

Source
#[mbitfield]
Expand description

A helper macro that invokes modular_bitfield and binrw derives for bitfield structs. Those must be installed as dependencies in the crate where this macro is used.

Adds derives for Debug, Default, Clone, Copy, PartialEq, and Eq.