Struct naga::proc::ResolveContext[][src]

pub struct ResolveContext<'a> {
    pub constants: &'a Arena<Constant>,
    pub types: &'a Arena<Type>,
    pub global_vars: &'a Arena<GlobalVariable>,
    pub local_vars: &'a Arena<LocalVariable>,
    pub functions: &'a Arena<Function>,
    pub arguments: &'a [FunctionArgument],
}

Fields

constants: &'a Arena<Constant>types: &'a Arena<Type>global_vars: &'a Arena<GlobalVariable>local_vars: &'a Arena<LocalVariable>functions: &'a Arena<Function>arguments: &'a [FunctionArgument]

Implementations

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.