Struct gimli::LocationListEntry [−][src]
pub struct LocationListEntry<R: Reader> { pub range: Range, pub data: Expression<R>, }
A location list entry from the .debug_loc or .debug_loclists sections.
Fields
range: Range
The address range that this location is valid for.
data: Expression<R>
The data containing a single location description.
Trait Implementations
impl<R: Debug + Reader> Debug for LocationListEntry<R>[src]
impl<R: Debug + Reader> Debug for LocationListEntry<R>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<R: Clone + Reader> Clone for LocationListEntry<R>[src]
impl<R: Clone + Reader> Clone for LocationListEntry<R>fn clone(&self) -> LocationListEntry<R>[src]
fn clone(&self) -> LocationListEntry<R>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)1.0.0
[src]Performs copy-assignment from source. Read more
impl<R: Copy + Reader> Copy for LocationListEntry<R>[src]
impl<R: Copy + Reader> Copy for LocationListEntry<R>impl<R: PartialEq + Reader> PartialEq for LocationListEntry<R>[src]
impl<R: PartialEq + Reader> PartialEq for LocationListEntry<R>fn eq(&self, other: &LocationListEntry<R>) -> bool[src]
fn eq(&self, other: &LocationListEntry<R>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &LocationListEntry<R>) -> bool[src]
fn ne(&self, other: &LocationListEntry<R>) -> boolThis method tests for !=.
impl<R: Eq + Reader> Eq for LocationListEntry<R>[src]
impl<R: Eq + Reader> Eq for LocationListEntry<R>impl<R: Hash + Reader> Hash for LocationListEntry<R>[src]
impl<R: Hash + Reader> Hash for LocationListEntry<R>Auto Trait Implementations
impl<R> Send for LocationListEntry<R> where
R: Send,
impl<R> Send for LocationListEntry<R> where
R: Send, impl<R> Sync for LocationListEntry<R> where
R: Sync,
impl<R> Sync for LocationListEntry<R> where
R: Sync,