Enum gimli::read::RawRngListEntry [−][src]
A raw entry in .debug_rnglists
Variants
A range from DWARF version <= 4.
Fields of AddressOrOffsetPair
DW_RLE_base_address
DW_RLE_base_addressx
Fields of BaseAddressx
addr: DebugAddrIndex<T>
base address
DW_RLE_startx_endx
Fields of StartxEndx
DW_RLE_startx_length
Fields of StartxLength
DW_RLE_offset_pair
DW_RLE_start_end
DW_RLE_start_length
Trait Implementations
impl<T: Clone> Clone for RawRngListEntry<T>
[src]
fn clone(&self) -> RawRngListEntry<T>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<T: Debug> Debug for RawRngListEntry<T>
[src]
Auto Trait Implementations
impl<T> Send for RawRngListEntry<T> where
T: Send,
T: Send,
impl<T> Sync for RawRngListEntry<T> where
T: Sync,
T: Sync,
impl<T> Unpin for RawRngListEntry<T> where
T: Unpin,
T: Unpin,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,