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