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>
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<DIGlobalVariableExpression<'ctx>> for DIGlobalVariableExpression<'ctx>
impl<'ctx> PartialEq<DIGlobalVariableExpression<'ctx>> 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 ==.