Struct gimli::LocationListEntry [] [src]

pub struct LocationListEntry<'input, Endian> where
    Endian: Endianity
{ pub range: Range, pub data: EndianBuf<'input, Endian>, }

A location list entry from the .debug_loc section.

Fields

The address range that this location is valid for.

The data containing a single location description.

Trait Implementations

impl<'input, Endian: Debug> Debug for LocationListEntry<'input, Endian> where
    Endian: Endianity
[src]

Formats the value using the given formatter.

impl<'input, Endian: Clone> Clone for LocationListEntry<'input, Endian> where
    Endian: Endianity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'input, Endian: Copy> Copy for LocationListEntry<'input, Endian> where
    Endian: Endianity
[src]

impl<'input, Endian: PartialEq> PartialEq for LocationListEntry<'input, Endian> where
    Endian: Endianity
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'input, Endian: Eq> Eq for LocationListEntry<'input, Endian> where
    Endian: Endianity
[src]