pub(crate) struct InlinedFunctionAddress {
range: Range,
call_depth: usize,
function: usize,
}Fields§
§range: Range§call_depth: usize§function: usizeAn 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 UnsafeUnpin 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