Struct llvm_plugin_inkwell::debug_info::DICompositeType
source · pub struct DICompositeType<'ctx> { /* private fields */ }Expand description
A wrapper around an array of types, such as a union or struct.
Implementations§
Trait Implementations§
source§impl<'ctx> AsDIScope<'ctx> for DICompositeType<'ctx>
impl<'ctx> AsDIScope<'ctx> for DICompositeType<'ctx>
fn as_debug_info_scope(self) -> DIScope<'ctx>
source§impl<'ctx> Clone for DICompositeType<'ctx>
impl<'ctx> Clone for DICompositeType<'ctx>
source§fn clone(&self) -> DICompositeType<'ctx>
fn clone(&self) -> DICompositeType<'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 DICompositeType<'ctx>
impl<'ctx> Debug for DICompositeType<'ctx>
source§impl<'ctx> PartialEq<DICompositeType<'ctx>> for DICompositeType<'ctx>
impl<'ctx> PartialEq<DICompositeType<'ctx>> for DICompositeType<'ctx>
source§fn eq(&self, other: &DICompositeType<'ctx>) -> bool
fn eq(&self, other: &DICompositeType<'ctx>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.