Struct llvm_plugin_inkwell::debug_info::DIExpression
source · pub struct DIExpression<'ctx> { /* private fields */ }Expand description
https://llvm.org/docs/LangRef.html#diexpression
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 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 DIExpression<'ctx>
impl<'ctx> Debug for DIExpression<'ctx>
source§impl<'ctx> PartialEq<DIExpression<'ctx>> for DIExpression<'ctx>
impl<'ctx> PartialEq<DIExpression<'ctx>> for DIExpression<'ctx>
source§fn eq(&self, other: &DIExpression<'ctx>) -> bool
fn eq(&self, other: &DIExpression<'ctx>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.