Struct addr2line::RangeAttributes
source · pub(crate) struct RangeAttributes<R: Reader> {
pub(crate) low_pc: Option<u64>,
pub(crate) high_pc: Option<u64>,
pub(crate) size: Option<u64>,
pub(crate) ranges_offset: Option<RangeListsOffset<<R as Reader>::Offset>>,
}
Fields§
§low_pc: Option<u64>
§high_pc: Option<u64>
§size: Option<u64>
§ranges_offset: Option<RangeListsOffset<<R as Reader>::Offset>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<R> Freeze for RangeAttributes<R>
impl<R> RefUnwindSafe for RangeAttributes<R>
impl<R> Send for RangeAttributes<R>
impl<R> Sync for RangeAttributes<R>
impl<R> Unpin for RangeAttributes<R>
impl<R> UnwindSafe for RangeAttributes<R>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more