setC method

Implementation

Pointer<RectangleC> setC(RectangleC o) {
  ref.setC(o);
  return this;
}