pub struct LineRow {
pub addr: u32,
pub line: u32,
pub file: u32,
}Expand description
One .debug_line row: a code-section-relative address and its source line.
file is an opaque caller-supplied id (e.g. an index into the line
program’s file table) so this stays gimli-free.
Fields§
§addr: u32Code-section-relative address (the DWARF-for-wasm address space).
line: u32§file: u32Trait Implementations§
impl Copy for LineRow
impl Eq for LineRow
impl StructuralPartialEq for LineRow
Auto Trait Implementations§
impl Freeze for LineRow
impl RefUnwindSafe for LineRow
impl Send for LineRow
impl Sync for LineRow
impl Unpin for LineRow
impl UnsafeUnpin for LineRow
impl UnwindSafe for LineRow
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.