Skip to main content Structs
struct FieldDeclNode
Aliases
alias name
alias __del__is_trivial
alias __moveinit__is_trivial
alias __copyinit__is_trivial
alias MaybeAnonymous
alias MaybeHasAnonymous
alias MaybeRefersAnonymous
Fields
var name
: String
var children_
: List[AstNode]
var level
: Int
var type
: String
var desugared_type
: String
var is_union
: Bool
var is_anonomous_type
: Bool
var is_struct
: Bool
var is_bitfield
: Bool
var anonomous_record_memory_address
: String
var override_type
: String
Functions
fn __init__(out self, json_object: Object, level: Int)
fn impute(mut json_object: Object)
fn to_string(self, just_code: Bool) -> String
fn children(ref self) -> ref [self] List[AstNode]