fn gen_load_impl(fields: &[(&Ident, &Type)], packing: &Ident) -> TokenStreamExpand description
Generate fn load() implementation.
For consecutive packable fields sharing a slot, loads the slot once and extracts
all fields via PackedSlot, avoiding redundant SLOADs.