Again in RMAN, you don't have to have the backups recorded on the controlfile, if you were to use catelog.

Using the trace file backup you could only rebuild your control file. You would be loosing some status informations from it.

IF you backup the control file as

ALTER DATABASE BACKUP CONTROLFILE to filename;

here you would be saving the control file at that time as a binary format.

Sam