Struct beam_file::chunk::LitTChunk [] [src]

pub struct LitTChunk {
    pub literals: Vec<ExternalTermFormatBinary>,
}

A representation of the "LitT" chunk.

Fields

The list of literal terms.

Each term is encoded in the External Term Format.

Trait Implementations

impl Debug for LitTChunk
[src]

Formats the value using the given formatter.

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

impl Chunk for LitTChunk
[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.