fn gen_packing_module_from_ir(
fields: &[LayoutField<'_>],
mod_ident: &Ident,
) -> TokenStreamExpand description
Generate a compile-time module that calculates the packing layout from IR.
fn gen_packing_module_from_ir(
fields: &[LayoutField<'_>],
mod_ident: &Ident,
) -> TokenStreamGenerate a compile-time module that calculates the packing layout from IR.