pub struct DebugLoc {
pub line: u32,
pub column: u32,
}Expand description
Source-level debug location carried with machine instructions.
Fields§
§line: u32Public API for line.
column: u32Public API for column.
Trait Implementations§
impl Copy for DebugLoc
impl Eq for DebugLoc
impl StructuralPartialEq for DebugLoc
Auto Trait Implementations§
impl Freeze for DebugLoc
impl RefUnwindSafe for DebugLoc
impl Send for DebugLoc
impl Sync for DebugLoc
impl Unpin for DebugLoc
impl UnsafeUnpin for DebugLoc
impl UnwindSafe for DebugLoc
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