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§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§impl ToJvmBytecode for LineNumberTable
impl ToJvmBytecode for LineNumberTable
impl StructuralPartialEq 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 UnwindSafe for LineNumberTable
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)