pub struct LineNumberTableInfo {
pub start_pc: LabelNode,
pub line_number: u16,
}
Fields§
§start_pc: LabelNode
§line_number: u16
Trait Implementations§
Source§impl Clone for LineNumberTableInfo
impl Clone for LineNumberTableInfo
Source§fn clone(&self) -> LineNumberTableInfo
fn clone(&self) -> LineNumberTableInfo
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 LineNumberTableInfo
impl Debug for LineNumberTableInfo
impl Copy for LineNumberTableInfo
Auto Trait Implementations§
impl Freeze for LineNumberTableInfo
impl RefUnwindSafe for LineNumberTableInfo
impl Send for LineNumberTableInfo
impl Sync for LineNumberTableInfo
impl Unpin for LineNumberTableInfo
impl UnwindSafe for LineNumberTableInfo
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