Trait inkwell::values::PointerMathValue
source · pub unsafe trait PointerMathValue<'ctx>: BasicValue<'ctx> {
type BaseType: PointerMathType<'ctx>;
// Required method
unsafe fn new(value: LLVMValueRef) -> Self;
}
Required Associated Types§
type BaseType: PointerMathType<'ctx>
Required Methods§
unsafe fn new(value: LLVMValueRef) -> Self
Object Safety§
This trait is not object safe.