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