Struct gimli::read::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: Clone + Reader> Clone for LocationListEntry<R>
[src]
impl<R: Clone + Reader> Clone for LocationListEntry<R>
[src]fn clone(&self) -> LocationListEntry<R>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<R: Debug + Reader> Debug for LocationListEntry<R>
[src]
impl<R: Debug + Reader> Debug for LocationListEntry<R>
[src]impl<R: Hash + Reader> Hash for LocationListEntry<R>
[src]
impl<R: Hash + Reader> Hash for LocationListEntry<R>
[src]impl<R: PartialEq + Reader> PartialEq<LocationListEntry<R>> for LocationListEntry<R>
[src]
impl<R: PartialEq + Reader> PartialEq<LocationListEntry<R>> for LocationListEntry<R>
[src]fn eq(&self, other: &LocationListEntry<R>) -> bool
[src]
fn ne(&self, other: &LocationListEntry<R>) -> bool
[src]
impl<R: Copy + Reader> Copy for LocationListEntry<R>
[src]
impl<R: Eq + Reader> Eq for LocationListEntry<R>
[src]
impl<R: Reader> StructuralEq for LocationListEntry<R>
[src]
impl<R: Reader> StructuralPartialEq for LocationListEntry<R>
[src]
Auto Trait Implementations
impl<R> RefUnwindSafe for LocationListEntry<R> where
R: RefUnwindSafe,
R: RefUnwindSafe,
impl<R> Send for LocationListEntry<R> where
R: Send,
R: Send,
impl<R> Sync for LocationListEntry<R> where
R: Sync,
R: Sync,
impl<R> Unpin for LocationListEntry<R> where
R: Unpin,
R: Unpin,
impl<R> UnwindSafe for LocationListEntry<R> where
R: UnwindSafe,
R: UnwindSafe,