pub struct MachBufferDebugTagList<'a> {
pub offset: CodeOffset,
pub pos: MachDebugTagPos,
pub tags: &'a [DebugTag],
}Expand description
Iterator item for visiting debug tags.
Fields§
§offset: CodeOffsetOffset at which this tag applies.
pos: MachDebugTagPosPosition at this offset (“post”, attaching to prior instruction, or “pre”, attaching to next instruction).
The underlying tags.