Struct DisassemblyTextLine
Source
pub struct DisassemblyTextLine {
pub address: u64,
pub instruction_index: usize,
pub tokens: Vec<InstructionTextToken>,
pub highlight: HighlightColor,
pub tags: Vec<Ref<Tag>>,
pub type_info: DisassemblyTextLineTypeInfo,
}
Fields§
§address: u64§instruction_index: usize§tokens: Vec<InstructionTextToken>§highlight: HighlightColor§tags: Vec<Ref<Tag>>§type_info: DisassemblyTextLineTypeInfoImplementations§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§