forked from mirrors/gecko-dev
Depends on D137612 Differential Revision: https://phabricator.services.mozilla.com/D137650
20 lines
289 B
ReStructuredText
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.
|