Struct beam_file::chunk::ExpTChunk [] [src]

pub struct ExpTChunk {
    pub exports: Vec<Export>,
}

A representation of the "ExpT" chunk.

Fields

The list of exported functions.

Trait Implementations

impl Debug for ExpTChunk
[src]

Formats the value using the given formatter.

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

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