Struct gimli::read::EntriesTreeNode [−][src]
pub struct EntriesTreeNode<'abbrev, 'unit, 'tree, R: Reader> { /* fields omitted */ }
A node in the Debugging Information Entry tree.
The root node of a tree can be obtained
via EntriesTree::root
.
Implementations
impl<'abbrev, 'unit, 'tree, R: Reader> EntriesTreeNode<'abbrev, 'unit, 'tree, R>
[src]
impl<'abbrev, 'unit, 'tree, R: Reader> EntriesTreeNode<'abbrev, 'unit, 'tree, R>
[src]pub fn entry(&self) -> &DebuggingInformationEntry<'abbrev, 'unit, R>
[src]
Returns the current entry in the tree.
pub fn children(self) -> EntriesTreeIter<'abbrev, 'unit, 'tree, R>
[src]
Create an iterator for the children of the current entry.
The current entry can no longer be accessed after creating the iterator.
Trait Implementations
Auto Trait Implementations
impl<'abbrev, 'unit, 'tree, R> Send for EntriesTreeNode<'abbrev, 'unit, 'tree, R> where
R: Send + Sync,
<R as Reader>::Offset: Send + Sync,
R: Send + Sync,
<R as Reader>::Offset: Send + Sync,
impl<'abbrev, 'unit, 'tree, R> !Sync for EntriesTreeNode<'abbrev, 'unit, 'tree, R>
impl<'abbrev, 'unit, 'tree, R> Unpin for EntriesTreeNode<'abbrev, 'unit, 'tree, R> where
'abbrev: 'tree,
'unit: 'tree,
'abbrev: 'tree,
'unit: 'tree,