Struct llvm_plugin_inkwell::debug_info::DICompileUnit
source · [−]pub struct DICompileUnit<'ctx> { /* private fields */ }Expand description
Compilation unit scope for debug info
Implementations
sourceimpl<'ctx> DICompileUnit<'ctx>
impl<'ctx> DICompileUnit<'ctx>
Trait Implementations
sourceimpl<'ctx> AsDIScope<'ctx> for DICompileUnit<'ctx>
impl<'ctx> AsDIScope<'ctx> for DICompileUnit<'ctx>
fn as_debug_info_scope(self) -> DIScope<'ctx>
sourceimpl<'ctx> Clone for DICompileUnit<'ctx>
impl<'ctx> Clone for DICompileUnit<'ctx>
sourcefn clone(&self) -> DICompileUnit<'ctx>
fn clone(&self) -> DICompileUnit<'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 DICompileUnit<'ctx>
impl<'ctx> Debug for DICompileUnit<'ctx>
sourceimpl<'ctx> PartialEq<DICompileUnit<'ctx>> for DICompileUnit<'ctx>
impl<'ctx> PartialEq<DICompileUnit<'ctx>> for DICompileUnit<'ctx>
sourcefn eq(&self, other: &DICompileUnit<'ctx>) -> bool
fn eq(&self, other: &DICompileUnit<'ctx>) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl<'ctx> Copy for DICompileUnit<'ctx>
impl<'ctx> Eq for DICompileUnit<'ctx>
impl<'ctx> StructuralEq for DICompileUnit<'ctx>
impl<'ctx> StructuralPartialEq for DICompileUnit<'ctx>
Auto Trait Implementations
impl<'ctx> RefUnwindSafe for DICompileUnit<'ctx>
impl<'ctx> !Send for DICompileUnit<'ctx>
impl<'ctx> !Sync for DICompileUnit<'ctx>
impl<'ctx> Unpin for DICompileUnit<'ctx>
impl<'ctx> UnwindSafe for DICompileUnit<'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