Struct gimli::ArangeEntry
[−]
[src]
pub struct ArangeEntry {
// some fields omitted
}A single parsed arange.
Methods
impl ArangeEntry[src]
fn start(&self) -> u64
Return the beginning address of this arange.
fn len(&self) -> u64
Return the length of this arange.
fn debug_info_offset(&self) -> DebugInfoOffset
Return the offset into the .debug_info section for this arange.
Trait Implementations
impl Eq for ArangeEntry[src]
impl Clone for ArangeEntry[src]
fn clone(&self) -> ArangeEntry
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for ArangeEntry[src]
impl PartialEq for ArangeEntry[src]
fn eq(&self, other: &ArangeEntry) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl PartialOrd for ArangeEntry[src]
fn partial_cmp(&self, other: &ArangeEntry) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &Rhs) -> bool1.0.0
This method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &Rhs) -> bool1.0.0
This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &Rhs) -> bool1.0.0
This method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &Rhs) -> bool1.0.0
This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Ord for ArangeEntry[src]
fn cmp(&self, other: &ArangeEntry) -> Ordering
This method returns an Ordering between self and other. Read more