/**
  * Close a struct.
  *
  * @throws TException on write error
  * @return int        How many bytes written
  */
 public function writeStructEnd()
 {
     return $this->concreteProtocol_->writeStructEnd();
 }