bits

Function bits 

Source
pub fn bits() -> u32
Expand description

The bit-width of the OS being currently run. This is not necessarily equivelant to the bit-width of the architecture as, for example, 32-bit Windows can run on a 64-bit x86 processor.

This is typically set by the -os command line argument passed to a PANDA instance.