Struct rspirv::grammar::GlslStd450InstructionTable[][src]

pub struct GlslStd450InstructionTable;
Expand description

The table for all GLSLstd450 extended instructions.

This table is staic data stored in the library.

Implementations

Looks up the given opcode in the instruction table and returns a reference to the instruction grammar entry if found.

Returns a reference to the instruction grammar entry with the given opcode.

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.