Struct llvm_plugin_inkwell::debug_info::DILexicalBlock
source · pub struct DILexicalBlock<'ctx> { /* private fields */ }Expand description
Lexical block scope for debug info
Trait Implementations§
source§impl<'ctx> AsDIScope<'ctx> for DILexicalBlock<'ctx>
impl<'ctx> AsDIScope<'ctx> for DILexicalBlock<'ctx>
fn as_debug_info_scope(self) -> DIScope<'ctx>
source§impl<'ctx> Clone for DILexicalBlock<'ctx>
impl<'ctx> Clone for DILexicalBlock<'ctx>
source§fn clone(&self) -> DILexicalBlock<'ctx>
fn clone(&self) -> DILexicalBlock<'ctx>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<'ctx> Debug for DILexicalBlock<'ctx>
impl<'ctx> Debug for DILexicalBlock<'ctx>
source§impl<'ctx> PartialEq<DILexicalBlock<'ctx>> for DILexicalBlock<'ctx>
impl<'ctx> PartialEq<DILexicalBlock<'ctx>> for DILexicalBlock<'ctx>
source§fn eq(&self, other: &DILexicalBlock<'ctx>) -> bool
fn eq(&self, other: &DILexicalBlock<'ctx>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.