Struct llvm_plugin_inkwell::debug_info::DISubroutineType
source · pub struct DISubroutineType<'ctx> { /* private fields */ }Expand description
Metadata representing the type of a function
Trait Implementations§
source§impl<'ctx> Clone for DISubroutineType<'ctx>
impl<'ctx> Clone for DISubroutineType<'ctx>
source§fn clone(&self) -> DISubroutineType<'ctx>
fn clone(&self) -> DISubroutineType<'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 DISubroutineType<'ctx>
impl<'ctx> Debug for DISubroutineType<'ctx>
source§impl<'ctx> PartialEq<DISubroutineType<'ctx>> for DISubroutineType<'ctx>
impl<'ctx> PartialEq<DISubroutineType<'ctx>> for DISubroutineType<'ctx>
source§fn eq(&self, other: &DISubroutineType<'ctx>) -> bool
fn eq(&self, other: &DISubroutineType<'ctx>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.