Struct tagua_llvm::value::Value [] [src]

pub struct Value {
    // some fields omitted
}

Methods

impl Value
[src]

fn from_ref(value: LLVMValueRef) -> Value

Trait Implementations

impl LLVMRef<LLVMValueRef> for Value
[src]

fn to_ref(&self) -> LLVMValueRef

impl Display for Value
[src]

fn fmt(&self, formatter: &mut Formatter) -> Result

Formats the value using the given formatter.