pub struct DebugInfoItem {
pub line_start: DULeb128,
pub parameter_names: Vec<DULeb128P1>,
pub records: Vec<(DUInt, DUInt, DULeb128P1)>,
pub local_vars: Vec<LocalVar>,
}Fields§
§line_start: DULeb128§parameter_names: Vec<DULeb128P1>§records: Vec<(DUInt, DUInt, DULeb128P1)>§local_vars: Vec<LocalVar>Trait Implementations§
Source§impl Clone for DebugInfoItem
impl Clone for DebugInfoItem
Source§fn clone(&self) -> DebugInfoItem
fn clone(&self) -> DebugInfoItem
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DebugInfoItem
impl Debug for DebugInfoItem
Source§impl PartialEq for DebugInfoItem
impl PartialEq for DebugInfoItem
impl Eq for DebugInfoItem
impl StructuralPartialEq for DebugInfoItem
Auto Trait Implementations§
impl Freeze for DebugInfoItem
impl RefUnwindSafe for DebugInfoItem
impl Send for DebugInfoItem
impl Sync for DebugInfoItem
impl Unpin for DebugInfoItem
impl UnwindSafe for DebugInfoItem
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