Struct LexicalBlock
pub struct LexicalBlock { /* private fields */ }
Expand description
This structure mirrors the DW_TAG_lexical_block
DWARF tag
Auto Trait Implementations§
impl Freeze for LexicalBlock
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