pm_constant_read_node_t

Type Alias pm_constant_read_node_t 

Source
pub type pm_constant_read_node_t = pm_constant_read_node;
Expand description

ConstantReadNode

Represents referencing a constant.

 Foo
 ^^^

Type: ::PM_CONSTANT_READ_NODE

@extends pm_node_t

Aliased Type§

#[repr(C)]
pub struct pm_constant_read_node_t { pub base: pm_node, pub name: u32, }

Fields§

§base: pm_node

The embedded base node.

§name: u32

ConstantReadNode#name

The name of the constant.

 X              # name `:X`
 SOME_CONSTANT  # name `:SOME_CONSTANT`