Struct lief::dwarf::editor::function::LexicalBlock
pub struct LexicalBlock { /* private fields */ }
Expand description
This structure mirrors the DW_TAG_lexical_block
DWARF tag
Auto Trait Implementations§
impl !RefUnwindSafe for LexicalBlock
impl !Send for LexicalBlock
impl !Sync for LexicalBlock
impl Unpin for LexicalBlock
impl UnwindSafe for LexicalBlock
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