pub struct DIGlobalVariableExpression<'ctx> { /* private fields */ }Implementations
sourceimpl<'ctx> DIGlobalVariableExpression<'ctx>
impl<'ctx> DIGlobalVariableExpression<'ctx>
pub fn as_metadata_value(&self, context: &Context) -> MetadataValue<'ctx>
Trait Implementations
sourceimpl<'ctx> Clone for DIGlobalVariableExpression<'ctx>
impl<'ctx> Clone for DIGlobalVariableExpression<'ctx>
sourcefn clone(&self) -> DIGlobalVariableExpression<'ctx>
fn clone(&self) -> DIGlobalVariableExpression<'ctx>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<'ctx> Debug for DIGlobalVariableExpression<'ctx>
impl<'ctx> Debug for DIGlobalVariableExpression<'ctx>
sourceimpl<'ctx> PartialEq<DIGlobalVariableExpression<'ctx>> for DIGlobalVariableExpression<'ctx>
impl<'ctx> PartialEq<DIGlobalVariableExpression<'ctx>> for DIGlobalVariableExpression<'ctx>
sourcefn 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 ==. Read more
impl<'ctx> Copy for DIGlobalVariableExpression<'ctx>
impl<'ctx> Eq for DIGlobalVariableExpression<'ctx>
impl<'ctx> StructuralEq 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more