Struct beam_file::chunk::FunTChunk [] [src]

pub struct FunTChunk {
    pub functions: Vec<Function>,
}

A representation of the "FunT" chunk.

Fields

The list of anonymous functions.

Trait Implementations

impl Debug for FunTChunk
[src]

Formats the value using the given formatter.

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

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