pub type pm_constant_write_node_t = pm_constant_write_node;
Expand description

ConstantWriteNode

Type: PM_CONSTANT_WRITE_NODE

@extends pm_node_t

Aliased Type§

struct pm_constant_write_node_t {
    pub base: pm_node,
    pub name: u32,
    pub name_loc: pm_location_t,
    pub value: *mut pm_node,
    pub operator_loc: pm_location_t,
}

Fields§

§base: pm_node

The embedded base node.

§name: u32

ConstantWriteNode#name

§name_loc: pm_location_t

ConstantWriteNode#name_loc

§value: *mut pm_node

ConstantWriteNode#value

§operator_loc: pm_location_t

ConstantWriteNode#operator_loc