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
sourceimpl<'ctx> Clone for DIExpression<'ctx>
impl<'ctx> Clone for DIExpression<'ctx>
sourcefn clone(&self) -> DIExpression<'ctx>
fn clone(&self) -> DIExpression<'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 DIExpression<'ctx>
impl<'ctx> Debug for DIExpression<'ctx>
sourceimpl<'ctx> PartialEq<DIExpression<'ctx>> for DIExpression<'ctx>
impl<'ctx> PartialEq<DIExpression<'ctx>> for DIExpression<'ctx>
sourcefn 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 ==. Read more
impl<'ctx> Copy for DIExpression<'ctx>
impl<'ctx> Eq for DIExpression<'ctx>
impl<'ctx> StructuralEq for DIExpression<'ctx>
impl<'ctx> StructuralPartialEq for DIExpression<'ctx>
Auto Trait Implementations
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> UnwindSafe for DIExpression<'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