pm_global_variable_target_node_t

Type Alias pm_global_variable_target_node_t 

Source
pub type pm_global_variable_target_node_t = pm_global_variable_target_node;
Expand description

GlobalVariableTargetNode

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

 $foo, $bar = baz
 ^^^^  ^^^^

Type: ::PM_GLOBAL_VARIABLE_TARGET_NODE

@extends pm_node_t

Aliased Type§

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

Fields§

§base: pm_node

The embedded base node.

§name: u32

GlobalVariableTargetNode#name