[][src]Trait inkwell::values::PointerMathValue

pub trait PointerMathValue: BasicValue {
    type BaseType: PointerMathType;
    fn new(value: LLVMValueRef) -> Self;
}

Associated Types

type BaseType: PointerMathType

Loading content...

Required methods

fn new(value: LLVMValueRef) -> Self

Loading content...

Implementors

impl PointerMathValue for PointerValue[src]

type BaseType = PointerType

impl PointerMathValue for VectorValue[src]

type BaseType = VectorType

Loading content...