pub fn emit_flags(
w: &mut CodeWriter,
flags: &FlagsDef,
_registry: &TypeRegistry,
)Expand description
Emit a complete flags newtype struct with bit constants, utility methods,
bitwise operator impls, and Pack/Unpack implementations.