Enum dyon::FnIndex [] [src]

pub enum FnIndex {
    None,
    Intrinsic(usize),
    Loaded(isize),
    External(usize),
}

Variants

NoneIntrinsic(usize)Loaded(isize)

Relative to function you call from.

External(usize)

Trait Implementations

impl Debug for FnIndex
[src]

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

Formats the value using the given formatter.

impl Copy for FnIndex
[src]

impl Clone for FnIndex
[src]

fn clone(&self) -> FnIndex

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more