Struct bytecode_source_map::marking::StructMarking
source · pub struct StructMarking {
pub fields: BTreeMap<MemberCount, Vec<String>>,
pub type_param_offsets: BTreeMap<usize, Vec<String>>,
}
Expand description
A data structure used to track any markings or extra information that is desired to be exposed in the disassembled struct definition. Every marking can have multiple messages associated with it.
Fields§
§fields: BTreeMap<MemberCount, Vec<String>>
§type_param_offsets: BTreeMap<usize, Vec<String>>
Implementations§
Trait Implementations§
source§impl Debug for StructMarking
impl Debug for StructMarking
source§impl Default for StructMarking
impl Default for StructMarking
source§fn default() -> StructMarking
fn default() -> StructMarking
Returns the “default value” for a type. Read more