Struct beam_file::parts::Local [] [src]

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

A local function.

Fields

Trait Implementations

impl Debug for Local
[src]

[src]

Formats the value using the given formatter.

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