Struct llvm_plugin_inkwell::debug_info::DIBasicType
source · pub struct DIBasicType<'ctx> { /* private fields */ }Expand description
A primitive debug info type created by create_basic_type method of DebugInfoBuilder
Implementations§
Trait Implementations§
source§impl<'ctx> AsDIScope<'ctx> for DIBasicType<'ctx>
impl<'ctx> AsDIScope<'ctx> for DIBasicType<'ctx>
fn as_debug_info_scope(self) -> DIScope<'ctx>
source§impl<'ctx> Clone for DIBasicType<'ctx>
impl<'ctx> Clone for DIBasicType<'ctx>
source§fn clone(&self) -> DIBasicType<'ctx>
fn clone(&self) -> DIBasicType<'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 DIBasicType<'ctx>
impl<'ctx> Debug for DIBasicType<'ctx>
source§impl<'ctx> PartialEq<DIBasicType<'ctx>> for DIBasicType<'ctx>
impl<'ctx> PartialEq<DIBasicType<'ctx>> for DIBasicType<'ctx>
source§fn eq(&self, other: &DIBasicType<'ctx>) -> bool
fn eq(&self, other: &DIBasicType<'ctx>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.