Type_Info_Struct_Member

STRUCT

Struct Description

Type info data structure for members of structs.

See Also

Listing

Constants

CONSTANT 0x1 flag indicating declaration as a constant
IMPORTED 0x2 flag indicating declaration via using

Fields

name Name of this struct member.
type Type info this struct member.
offset_in_bytes
flags
notes

Details

Constants

CONSTANT

CONSTANT : u32 : 0x1;

flag indicating declaration as a constant

IMPORTED

IMPORTED : u32 : 0x2;

flag indicating declaration via using

Fields

name

name : ^u8;

Name of this struct member.

type

type : ^Type_Info;

Type info this struct member.

offset_in_bytes

offset_in_bytes : s64;

flags

flags : u32;

notes

notes : [] ^u8;

 

 

 

 

 

 

 

 

 

 

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