Type_Info_Integer

STRUCT

Struct Description

Type info data structure for integer numbers.

Applies to integers of all bit sizes.

Listing

Fields

size_in_bits Bits of memory required to store the numerical value.
signed true when the integer can be negative.

Details

Fields

size_in_bits

size_in_bits : u32;

Bits of memory required to store the numerical value.

signed

signed : bool;

true when the integer can be negative.

 

 

 

 

 

 

 

 

 

 

jailang 2019 pixeldroid
https://github.com/pixeldroid/jailang
programming pages theme v0.5.21 (https://github.com/pixeldroid/programming-pages)