pub fn field_offset_in_bytes<'tcx>( tcx: TyCtxt<'tcx>, caller: DefId, ty: Ty<'tcx>, field_idx: usize, ) -> u64
Byte offset of a struct field within its container type (0 on failure).