Storing CGRect in CFMutableArray

I have CFMutableArray and I want to store CGRect into it. I do not want to use NSValue and NSMutableArray. How can I do that?