Struct gimli::ArangeEntry [−][src]
A single parsed arange.
Methods
impl<T: Copy> ArangeEntry<T>[src]
impl<T: Copy> ArangeEntry<T>pub fn segment(&self) -> Option<u64>[src]
pub fn segment(&self) -> Option<u64>Return the segment selector of this arange.
pub fn address(&self) -> u64[src]
pub fn address(&self) -> u64Return the beginning address of this arange.
pub fn length(&self) -> u64[src]
pub fn length(&self) -> u64Return the length of this arange.
pub fn debug_info_offset(&self) -> DebugInfoOffset<T>[src]
pub fn debug_info_offset(&self) -> DebugInfoOffset<T>Return the offset into the .debug_info section for this arange.
Trait Implementations
impl<T: Debug + Copy> Debug for ArangeEntry<T>[src]
impl<T: Debug + Copy> Debug for ArangeEntry<T>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<T: Clone + Copy> Clone for ArangeEntry<T>[src]
impl<T: Clone + Copy> Clone for ArangeEntry<T>fn clone(&self) -> ArangeEntry<T>[src]
fn clone(&self) -> ArangeEntry<T>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl<T: PartialEq + Copy> PartialEq for ArangeEntry<T>[src]
impl<T: PartialEq + Copy> PartialEq for ArangeEntry<T>fn eq(&self, other: &ArangeEntry<T>) -> bool[src]
fn eq(&self, other: &ArangeEntry<T>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ArangeEntry<T>) -> bool[src]
fn ne(&self, other: &ArangeEntry<T>) -> boolThis method tests for !=.
impl<T: Eq + Copy> Eq for ArangeEntry<T>[src]
impl<T: Eq + Copy> Eq for ArangeEntry<T>impl<T: Copy + Ord> PartialOrd for ArangeEntry<T>[src]
impl<T: Copy + Ord> PartialOrd for ArangeEntry<T>fn partial_cmp(&self, other: &ArangeEntry<T>) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &ArangeEntry<T>) -> 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[src]
fn lt(&self, other: &Rhs) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &Rhs) -> bool1.0.0[src]
fn le(&self, other: &Rhs) -> boolThis 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[src]
fn gt(&self, other: &Rhs) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &Rhs) -> bool1.0.0[src]
fn ge(&self, other: &Rhs) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl<T: Copy + Ord> Ord for ArangeEntry<T>[src]
impl<T: Copy + Ord> Ord for ArangeEntry<T>fn cmp(&self, other: &ArangeEntry<T>) -> Ordering[src]
fn cmp(&self, other: &ArangeEntry<T>) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
Auto Trait Implementations
impl<T> Send for ArangeEntry<T> where
T: Send,
impl<T> Send for ArangeEntry<T> where
T: Send, impl<T> Sync for ArangeEntry<T> where
T: Sync,
impl<T> Sync for ArangeEntry<T> where
T: Sync,