Struct tagua_llvm::context::Context [] [src]

pub struct Context {
    // some fields omitted
}

Methods

impl Context
[src]

fn new() -> Context

Trait Implementations

impl Debug for Context
[src]

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

Formats the value using the given formatter.

impl Drop for Context
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more

impl LLVMRef<LLVMContextRef> for Context
[src]

fn to_ref(&self) -> LLVMContextRef