Struct addr2line::function::InlinedFunctionAddress
source · pub(crate) struct InlinedFunctionAddress {
range: Range,
call_depth: usize,
function: usize,
}
Fields§
§range: Range
§call_depth: usize
§function: usize
An index into Function::inlined_functions
.
Auto Trait Implementations§
impl Freeze for InlinedFunctionAddress
impl RefUnwindSafe for InlinedFunctionAddress
impl Send for InlinedFunctionAddress
impl Sync for InlinedFunctionAddress
impl Unpin for InlinedFunctionAddress
impl UnwindSafe for InlinedFunctionAddress
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more