Trait llvm_plugin_inkwell::values::PointerMathValue
source · [−]pub trait PointerMathValue<'ctx>: BasicValue<'ctx> {
type BaseType: PointerMathType<'ctx>;
fn new(value: LLVMValueRef) -> Self;
}Required Associated Types
source
type BaseType: PointerMathType<'ctx>
Required Methods
source