Enum faerie::artifact::ImportKind [] [src]

pub enum ImportKind {
    Function,
    Data,
}

The kind of import this is - either a function, or a copy relocation of data from a shared library

Variants

A function

An imported piece of data

Trait Implementations

impl Debug for ImportKind
[src]

[src]

Formats the value using the given formatter.

impl Clone for ImportKind
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more