pub struct LineNumberTable {
pub start_pc: u16,
pub line_number: u16,
}Fields§
§start_pc: u16§line_number: u16Trait Implementations§
Source§impl Clone for LineNumberTable
impl Clone for LineNumberTable
Source§fn clone(&self) -> LineNumberTable
fn clone(&self) -> LineNumberTable
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LineNumberTable
impl Debug for LineNumberTable
Source§impl PartialEq for LineNumberTable
impl PartialEq for LineNumberTable
Source§fn eq(&self, other: &LineNumberTable) -> bool
fn eq(&self, other: &LineNumberTable) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LineNumberTable
Source§impl ToJvmBytecode for LineNumberTable
impl ToJvmBytecode for LineNumberTable
Auto Trait Implementations§
impl Freeze for LineNumberTable
impl RefUnwindSafe for LineNumberTable
impl Send for LineNumberTable
impl Sync for LineNumberTable
impl Unpin for LineNumberTable
impl UnsafeUnpin for LineNumberTable
impl UnwindSafe for LineNumberTable
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