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