Struct inkwell::debug_info::DIGlobalVariableExpression
source · pub struct DIGlobalVariableExpression<'ctx> { /* private fields */ }
Implementations§
source§impl<'ctx> DIGlobalVariableExpression<'ctx>
impl<'ctx> DIGlobalVariableExpression<'ctx>
pub fn as_metadata_value( &self, context: impl AsContextRef<'ctx> ) -> MetadataValue<'ctx>
sourcepub fn as_mut_ptr(&self) -> LLVMMetadataRef
pub fn as_mut_ptr(&self) -> LLVMMetadataRef
Acquires the underlying raw pointer belonging to this DIGlobalVariableExpression
type.
Trait Implementations§
source§impl<'ctx> Clone for DIGlobalVariableExpression<'ctx>
impl<'ctx> Clone for DIGlobalVariableExpression<'ctx>
source§fn clone(&self) -> DIGlobalVariableExpression<'ctx>
fn clone(&self) -> DIGlobalVariableExpression<'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 DIGlobalVariableExpression<'ctx>
impl<'ctx> Debug for DIGlobalVariableExpression<'ctx>
source§impl<'ctx> PartialEq for DIGlobalVariableExpression<'ctx>
impl<'ctx> PartialEq for DIGlobalVariableExpression<'ctx>
source§fn eq(&self, other: &DIGlobalVariableExpression<'ctx>) -> bool
fn eq(&self, other: &DIGlobalVariableExpression<'ctx>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<'ctx> Copy for DIGlobalVariableExpression<'ctx>
impl<'ctx> Eq for DIGlobalVariableExpression<'ctx>
impl<'ctx> StructuralPartialEq for DIGlobalVariableExpression<'ctx>
Auto Trait Implementations§
impl<'ctx> RefUnwindSafe for DIGlobalVariableExpression<'ctx>
impl<'ctx> !Send for DIGlobalVariableExpression<'ctx>
impl<'ctx> !Sync for DIGlobalVariableExpression<'ctx>
impl<'ctx> Unpin for DIGlobalVariableExpression<'ctx>
impl<'ctx> UnwindSafe for DIGlobalVariableExpression<'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