Struct gimli::DebugRngListsBase [−][src]
pub struct DebugRngListsBase<T = usize>(pub T);
An offset to a set of range list offsets in the .debug_rnglists
section.
Implementations
impl<Offset> DebugRngListsBase<Offset> where
Offset: ReaderOffset,
[src]
impl<Offset> DebugRngListsBase<Offset> where
Offset: ReaderOffset,
[src]pub fn default_for_encoding_and_file(
encoding: Encoding,
file_type: DwarfFileType
) -> DebugRngListsBase<Offset>
[src]
encoding: Encoding,
file_type: DwarfFileType
) -> DebugRngListsBase<Offset>
Returns a DebugRngListsBase
with the default value of DW_AT_rnglists_base
for the given Encoding
and DwarfFileType
.
Trait Implementations
impl<T: Clone> Clone for DebugRngListsBase<T>
[src]
impl<T: Clone> Clone for DebugRngListsBase<T>
[src]fn clone(&self) -> DebugRngListsBase<T>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<T: Debug> Debug for DebugRngListsBase<T>
[src]
impl<T: Debug> Debug for DebugRngListsBase<T>
[src]impl<T: PartialEq> PartialEq<DebugRngListsBase<T>> for DebugRngListsBase<T>
[src]
impl<T: PartialEq> PartialEq<DebugRngListsBase<T>> for DebugRngListsBase<T>
[src]fn eq(&self, other: &DebugRngListsBase<T>) -> bool
[src]
fn ne(&self, other: &DebugRngListsBase<T>) -> bool
[src]
impl<T: Copy> Copy for DebugRngListsBase<T>
[src]
impl<T: Eq> Eq for DebugRngListsBase<T>
[src]
impl<T> StructuralEq for DebugRngListsBase<T>
[src]
impl<T> StructuralPartialEq for DebugRngListsBase<T>
[src]
Auto Trait Implementations
impl<T> Send for DebugRngListsBase<T> where
T: Send,
T: Send,
impl<T> Sync for DebugRngListsBase<T> where
T: Sync,
T: Sync,
impl<T> Unpin for DebugRngListsBase<T> where
T: Unpin,
T: Unpin,
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.