Struct gimli::read::Range [−][src]
pub struct Range { pub begin: u64, pub end: u64, }
An address range from the .debug_ranges
or .debug_rnglists
sections.
Fields
begin: u64
The beginning address of the range.
end: u64
The first address past the end of the range.
Trait Implementations
impl Clone for Range
[src]
impl Clone for Range
[src]fn clone(&self) -> Range
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for Range
[src]
impl Eq for Range
[src]
impl StructuralEq for Range
[src]
impl StructuralPartialEq for Range
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.