fune/docs/nspr/reference/prpackedbool.rst
2022-02-02 17:19:51 +00:00

20 lines
289 B
ReStructuredText

PRPackedBool
============
Packed Boolean value.
Syntax
------
.. code:: eval
#include <prtypes.h>
typedef PRUint8 PRPackedBool;
Description
-----------
Use :ref:`PRPackedBool` within structures where bit fields are not desirable but minimum and consistent overhead matters.