Skip to content

vihaco_abi::frame

frame

vihaco_abi::frame

classFramesource

vihaco_abi::frame::Frame

Bases: Debug, Clone, Copy, StructuralPartialEq, PartialEq, Eq

Rust struct.

pub struct Frame

Fields

NameTypeDescription
baseusizebase pointer to the bottom of the frame in the stack
span(u32, u32, u32)source information (file, start, end)
functionOption<usize>function index in the function table None if this frame is not associated with a function (e.g., the top-level frame, or a frame created by a direct call)
ret_pcu32The PC to return to after this frame completes.
source