Struct beam_file::chunk::AtomChunk [] [src]

pub struct AtomChunk {
    pub atoms: Vec<Atom>,
}

A representation of the "Atom" chunk.

Fields

The list of atoms contained in a BEAM file.

Trait Implementations

impl Debug for AtomChunk
[src]

Formats the value using the given formatter.

impl PartialEq for AtomChunk
[src]

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

This method tests for !=.

impl Eq for AtomChunk
[src]

impl Chunk for AtomChunk
[src]

Returns the identifier of the chunk.

Reads a chunk which has the identifier id from reader. Read more

Writes the data of the chunk to writer. Read more

Reads a chunk from reader.

Writes the chunk to writer.