struct LineRow {
address: u64,
file_index: u64,
line: u32,
column: u32,
}Fields§
§address: u64§file_index: u64§line: u32§column: u32Auto Trait Implementations§
impl Freeze for LineRow
impl RefUnwindSafe for LineRow
impl Send for LineRow
impl Sync for LineRow
impl Unpin 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