A toy outbound NAT rewrite changes the source address used for replies.
NAT changes the source address
Before NAT, the source address is 192.168.1.10. After NAT, the source address is 203.0.113.5.
source IP changes
Destination stays put
The destination address stays 198.51.100.53. NAT is changing the return address here.
destination unchanged
Protocol stays UDP
The protocol field stays 17, the IP protocol number for UDP.
protocol=17
Summary
The IP source address is rewritten; the destination and protocol are preserved.
IP rewrite only changes source here