Struct lief::dwarf::LexicalBlock
pub struct LexicalBlock<'a> { /* private fields */ }
Expand description
This structure represents a DWARF lexical block (DW_TAG_lexical_block
)
Implementations§
§impl LexicalBlock<'_>
impl LexicalBlock<'_>
pub fn description(&self) -> String
pub fn description(&self) -> String
Return the description associated with this lexical block or an empty string
pub fn sub_blocks(&self) -> LexicalBlocks<'_> ⓘ
pub fn sub_blocks(&self) -> LexicalBlocks<'_> ⓘ
Return an iterator over the sub-LexicalBlock owned by this block.
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for LexicalBlock<'a>
impl<'a> !Send for LexicalBlock<'a>
impl<'a> !Sync for LexicalBlock<'a>
impl<'a> Unpin for LexicalBlock<'a>
impl<'a> UnwindSafe for LexicalBlock<'a>
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