:orphan:

.. index:: pair: struct; tarpc_readv_in
.. _doxid-structtarpc__readv__in:

struct tarpc_readv_in
=====================

.. toctree::
	:hidden:




.. ref-code-block:: cpp
	:class: doxyrest-overview-code-block

	
	struct tarpc_readv_in {
		// fields
	
		struct :ref:`tarpc_in_arg<doxid-structtarpc__in__arg>` :target:`common<doxid-structtarpc__readv__in_1ab8535297bb60c037bef6973b04cdff44>`;
		tarpc_int :target:`fd<doxid-structtarpc__readv__in_1a482b3675ed794babaa2f58f82f96946a>`;
		struct :ref:`tarpc_iovec<doxid-structtarpc__iovec>` :target:`vector<><doxid-structtarpc__readv__in_1adfc1b224876078d30f76bd3f8514d2d5>`;
		:ref:`tarpc_size_t<doxid-tarpc__base_8x_8m4_1ab3c2f930ab7e341b81e30abb70de4ac8>` :target:`count<doxid-structtarpc__readv__in_1ae92f1a3c111500f4e9d22026430b39b7>`;
	};