Struct sofiza::Group[][src]

pub struct Group {
    pub opcodes: HashMap<String, Opcode>,
    pub label: String,
}
Expand description

Groups allow entering common parameters for multiple regions.

A group is defined with the opcode, and the parameters enumerated on it last till the next group opcode, or till the end of the file.

Fields

opcodes: HashMap<String, Opcode>

This list of opcodes overwrites the default ones.

label: String

The label of this group.

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.