pub struct DIExpression<'ctx> { /* private fields */ }Expand description
Specialized metadata node that contains a DWARF-like expression.
§Remarks
See also the LLVM language reference.
Implementations§
Source§impl DIExpression<'_>
impl DIExpression<'_>
Sourcepub fn as_mut_ptr(&self) -> LLVMMetadataRef
pub fn as_mut_ptr(&self) -> LLVMMetadataRef
Acquires the underlying raw pointer belonging to this DIExpression type.
Trait Implementations§
Source§impl<'ctx> Clone for DIExpression<'ctx>
impl<'ctx> Clone for DIExpression<'ctx>
Source§fn clone(&self) -> DIExpression<'ctx>
fn clone(&self) -> DIExpression<'ctx>
Returns a duplicate 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 DIExpression<'ctx>
impl<'ctx> Debug for DIExpression<'ctx>
Source§impl<'ctx> PartialEq for DIExpression<'ctx>
impl<'ctx> PartialEq for DIExpression<'ctx>
impl<'ctx> Copy for DIExpression<'ctx>
impl<'ctx> Eq for DIExpression<'ctx>
impl<'ctx> StructuralPartialEq for DIExpression<'ctx>
Auto Trait Implementations§
impl<'ctx> Freeze for DIExpression<'ctx>
impl<'ctx> RefUnwindSafe for DIExpression<'ctx>
impl<'ctx> !Send for DIExpression<'ctx>
impl<'ctx> !Sync for DIExpression<'ctx>
impl<'ctx> Unpin for DIExpression<'ctx>
impl<'ctx> UnsafeUnpin for DIExpression<'ctx>
impl<'ctx> UnwindSafe for DIExpression<'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