pub struct LineNumberTableInfo {
pub attribute_name_index: ConstantPoolIndex,
pub attribute_length: u32,
pub line_number_table_length: u16,
pub line_number_table: Vec<LineNumberTableEntry>,
}
Fields§
§attribute_name_index: ConstantPoolIndex
§attribute_length: u32
§line_number_table_length: u16
§line_number_table: Vec<LineNumberTableEntry>
Trait Implementations§
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