Struct llvm_plugin_inkwell::values::GenericValue
source · [−]pub struct GenericValue<'ctx> { /* private fields */ }Implementations
sourceimpl<'ctx> GenericValue<'ctx>
impl<'ctx> GenericValue<'ctx>
Trait Implementations
sourceimpl<'ctx> Debug for GenericValue<'ctx>
impl<'ctx> Debug for GenericValue<'ctx>
Auto Trait Implementations
impl<'ctx> RefUnwindSafe for GenericValue<'ctx>
impl<'ctx> !Send for GenericValue<'ctx>
impl<'ctx> !Sync for GenericValue<'ctx>
impl<'ctx> Unpin for GenericValue<'ctx>
impl<'ctx> UnwindSafe for GenericValue<'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