Enum dyon::FnIndex [] [src]

pub enum FnIndex {
    None,
    Intrinsic(usize),
    Loaded(isize),
    ExternalVoid(FnExternalRef),
    ExternalReturn(FnExternalRef),
}

Variants

Relative to function you call from.

Trait Implementations

impl Clone for FnIndex
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FnIndex
[src]

impl Debug for FnIndex
[src]

[src]

Formats the value using the given formatter.