Struct rspirv_reflect::Reflection[][src]

pub struct Reflection(pub Module);

Tuple Fields

0: Module

Implementations

Returns all instructions where the first operand (Instruction::operands[0]) equals IdRef(id)

Returns the first Instruction assigning to id (ie. result_id == Some(id))

Return a nested HashMap, the first HashMap is key’d off of the descriptor set, the second HashMap is key’d off of the descriptor index.

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.