Struct beam_file::parts::Export [] [src]

pub struct Export {
    pub function: AtomId,
    pub arity: Arity,
    pub label: u32,
}

An exported function.

Fields

Trait Implementations

impl Debug for Export
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Export
[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 Export
[src]