pm_constant_target_node_t

Type Alias pm_constant_target_node_t 

Source
pub type pm_constant_target_node_t = pm_constant_target_node;
Expand description

ConstantTargetNode

Represents writing to a constant in a context that doesn’t have an explicit value.

 Foo, Bar = baz
 ^^^  ^^^

Type: ::PM_CONSTANT_TARGET_NODE

@extends pm_node_t

Aliased Type§

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

Fields§

§base: pm_node

The embedded base node.

§name: u32

ConstantTargetNode#name