Struct planus_cli::intermediate_language::types::TableField [−][src]
pub struct TableField {
pub vtable_index: u32,
pub type_: Type,
pub assign_mode: AssignMode,
pub object_value_size: u32,
pub object_tag_size: u32,
pub object_alignment_mask: u32,
pub object_alignment: u32,
pub deprecated: bool,
}Fields
vtable_index: u32The index into the vtable. Not necessarily the same as the index into the IndexMap.
type_: Typeassign_mode: AssignModeobject_value_size: u32object_tag_size: u32object_alignment_mask: u32object_alignment: u32deprecated: bool