pub type pm_block_parameter_node_t = pm_block_parameter_node;
Expand description

BlockParameterNode

Type: PM_BLOCK_PARAMETER_NODE

@extends pm_node_t

Aliased Type§

struct pm_block_parameter_node_t {
    pub base: pm_node,
    pub name: u32,
    pub name_loc: pm_location_t,
    pub operator_loc: pm_location_t,
}

Fields§

§base: pm_node

The embedded base node.

§name: u32

BlockParameterNode#name

§name_loc: pm_location_t

BlockParameterNode#name_loc

§operator_loc: pm_location_t

BlockParameterNode#operator_loc