Type info data structure for members of structs.
| CONSTANT | 0x1 |
flag indicating declaration as a constant |
| IMPORTED | 0x2 |
flag indicating declaration via using
|
| name | Name of this struct member. | |
| type | Type info this struct member. | |
| offset_in_bytes | ||
| flags | ||
| notes |
CONSTANT : u32 : 0x1;
flag indicating declaration as a constant
IMPORTED : u32 : 0x2;
flag indicating declaration via using
name : ^u8;
Name of this struct member.
type : ^Type_Info;
Type info this struct member.
offset_in_bytes : s64;
flags : u32;
notes : [] ^u8;
|
jailang
2019 pixeldroid
https://github.com/pixeldroid/jailang |
| programming pages theme v0.5.21 (https://github.com/pixeldroid/programming-pages) |
s |
focus search bar ( enter to select, ▲ / ▼ to change selection) |
g e |
go to examples |
g m |
go to modules |
g o |
go to overview |
g r |
go to reference |
h |
toggle this help ( esc also exits) |