Struct wiggle::wasmtime_crate::FrameSymbol [−][src]
pub struct FrameSymbol { /* fields omitted */ }
Expand description
Implementations
Returns the function name associated with this symbol.
Note that this may not be present with malformed debug information, or the debug information may not include it. Also note that the symbol is frequently mangled, so you might need to run some form of demangling over it.
Returns the source code filename this symbol was defined in.
Note that this may not be present with malformed debug information, or the debug information may not include it.
Returns the 1-indexed source code line number this symbol was defined on.
Note that this may not be present with malformed debug information, or the debug information may not include it.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FrameSymbol
impl Send for FrameSymbol
impl Sync for FrameSymbol
impl Unpin for FrameSymbol
impl UnwindSafe for FrameSymbol
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more