Struct jit::Func [] [src]

pub struct Func(_);

A function

Methods

impl Func

fn is_compiled(&self) -> bool

Check if the given function has been compiled

fn get_signature(&self) -> &Ty

Get the signature of the given function

Trait Implementations

impl Eq for Func

impl PartialEq for Func

fn eq(&self, other: &Func) -> bool

fn ne(&self, other: &Rhs) -> bool

impl<'a> From<jit_function_t> for &'a Func

fn from(ty: jit_function_t) -> &'a Func