Trait inkwell::values::FloatMathValue
source · pub unsafe trait FloatMathValue<'ctx>: BasicValue<'ctx> {
type BaseType: FloatMathType<'ctx>;
// Required method
unsafe fn new(value: LLVMValueRef) -> Self;
}
Expand description
Represents a value which is permitted in floating point math operations
Required Associated Types§
type BaseType: FloatMathType<'ctx>
Required Methods§
unsafe fn new(value: LLVMValueRef) -> Self
Object Safety§
This trait is not object safe.