Struct beam_file::parts::Import [] [src]

pub struct Import {
    pub module: AtomId,
    pub function: AtomId,
    pub arity: Arity,
}

An imported function.

Fields

Trait Implementations

impl Debug for Import
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Import
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for Import
[src]