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
sourceimpl<'ctx> DIBasicType<'ctx>
impl<'ctx> DIBasicType<'ctx>
Trait Implementations
sourceimpl<'ctx> AsDIScope<'ctx> for DIBasicType<'ctx>
impl<'ctx> AsDIScope<'ctx> for DIBasicType<'ctx>
fn as_debug_info_scope(self) -> DIScope<'ctx>
sourceimpl<'ctx> Clone for DIBasicType<'ctx>
impl<'ctx> Clone for DIBasicType<'ctx>
sourcefn clone(&self) -> DIBasicType<'ctx>
fn clone(&self) -> DIBasicType<'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 DIBasicType<'ctx>
impl<'ctx> Debug for DIBasicType<'ctx>
sourceimpl<'ctx> PartialEq<DIBasicType<'ctx>> for DIBasicType<'ctx>
impl<'ctx> PartialEq<DIBasicType<'ctx>> for DIBasicType<'ctx>
sourcefn 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 ==. Read more
impl<'ctx> Copy for DIBasicType<'ctx>
impl<'ctx> Eq for DIBasicType<'ctx>
impl<'ctx> StructuralEq for DIBasicType<'ctx>
impl<'ctx> StructuralPartialEq for DIBasicType<'ctx>
Auto Trait Implementations
impl<'ctx> RefUnwindSafe for DIBasicType<'ctx>
impl<'ctx> !Send for DIBasicType<'ctx>
impl<'ctx> !Sync for DIBasicType<'ctx>
impl<'ctx> Unpin for DIBasicType<'ctx>
impl<'ctx> UnwindSafe for DIBasicType<'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