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]

Formats the value using the given formatter. Read more

impl Clone for ImportKind
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ImportKind

impl Sync for ImportKind