Skip to main content

emit_flags

Function emit_flags 

Source
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.