pub enum ConvertLineSequenceEnd {
Length(u64),
Address(u64),
}Expand description
The location of the next instruction after a sequence of rows.
Variants§
Length(u64)
An offset in bytes from ConvertLineSequence::start.
Address(u64)
An address set by a DW_LNE_set_address instruction.
Trait Implementations§
Source§impl Debug for ConvertLineSequenceEnd
impl Debug for ConvertLineSequenceEnd
Source§impl PartialEq for ConvertLineSequenceEnd
impl PartialEq for ConvertLineSequenceEnd
impl Eq for ConvertLineSequenceEnd
impl StructuralPartialEq for ConvertLineSequenceEnd
Auto Trait Implementations§
impl Freeze for ConvertLineSequenceEnd
impl RefUnwindSafe for ConvertLineSequenceEnd
impl Send for ConvertLineSequenceEnd
impl Sync for ConvertLineSequenceEnd
impl Unpin for ConvertLineSequenceEnd
impl UnsafeUnpin for ConvertLineSequenceEnd
impl UnwindSafe for ConvertLineSequenceEnd
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.