Struct inkwell::debug_info::DILexicalBlock
source · pub struct DILexicalBlock<'ctx> { /* private fields */ }
Expand description
Lexical block scope for debug info
Implementations§
source§impl<'ctx> DILexicalBlock<'ctx>
impl<'ctx> DILexicalBlock<'ctx>
sourcepub fn as_mut_ptr(&self) -> LLVMMetadataRef
pub fn as_mut_ptr(&self) -> LLVMMetadataRef
Acquires the underlying raw pointer belonging to this DILexicalBlock
type.
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 for DILexicalBlock<'ctx>
impl<'ctx> PartialEq 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 ==
.impl<'ctx> Copy for DILexicalBlock<'ctx>
impl<'ctx> Eq for DILexicalBlock<'ctx>
impl<'ctx> StructuralEq for DILexicalBlock<'ctx>
impl<'ctx> StructuralPartialEq for DILexicalBlock<'ctx>
Auto Trait Implementations§
impl<'ctx> RefUnwindSafe for DILexicalBlock<'ctx>
impl<'ctx> !Send for DILexicalBlock<'ctx>
impl<'ctx> !Sync for DILexicalBlock<'ctx>
impl<'ctx> Unpin for DILexicalBlock<'ctx>
impl<'ctx> UnwindSafe for DILexicalBlock<'ctx>
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