pub struct LineNumberEntry {
pub start_pc: u16,
pub line_number: u16,
}Fields§
§start_pc: u16§line_number: u16Trait Implementations§
Source§impl Clone for LineNumberEntry
impl Clone for LineNumberEntry
Source§fn clone(&self) -> LineNumberEntry
fn clone(&self) -> LineNumberEntry
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for LineNumberEntry
impl RefUnwindSafe for LineNumberEntry
impl Send for LineNumberEntry
impl Sync for LineNumberEntry
impl Unpin for LineNumberEntry
impl UnsafeUnpin for LineNumberEntry
impl UnwindSafe for LineNumberEntry
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