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: u32

The 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

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.