:orphan:

.. index:: pair: struct; tarpc_timespec
.. _doxid-structtarpc__timespec:

struct tarpc_timespec
=====================

.. toctree::
	:hidden:

struct timespec


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

	
	struct tarpc_timespec {
		// fields
	
		int64_t :target:`tv_sec<doxid-structtarpc__timespec_1aede482c94c209a97ce0ec318240dc148>`;
		int64_t :target:`tv_nsec<doxid-structtarpc__timespec_1af3ba4a03bdbb29e1a60f4bf87fd86823>`;
	};