The UDP source port changes with the return address, while the destination port stays fixed.
NAT changes the source port
The UDP source port changes from 40000 to 62000.
40000→62000
Destination port stays put
The destination port remains 53.
destination port=53
Length stays put
The UDP length is still 10, because the payload size did not change.
UDP length=10
Summary
This toy NAT step rewrites the source port and keeps the destination port.
source port after=62000