Is there an overhead when using `&mut Struct` fields?

So, I suspect that the reason for this was NOT an overhead over the fields, but the fact that another function was being inlined/non-inlined.

Now I am working on that function.