pm_it_local_variable_read_node_t

Type Alias pm_it_local_variable_read_node_t 

Source
pub type pm_it_local_variable_read_node_t = pm_it_local_variable_read_node;
Expand description

ItLocalVariableReadNode

Represents reading from the implicit it local variable.

 -> { it }
      ^^

Type: ::PM_IT_LOCAL_VARIABLE_READ_NODE

@extends pm_node_t

Aliased Type§

#[repr(C)]
pub struct pm_it_local_variable_read_node_t { pub base: pm_node, }

Fields§

§base: pm_node

The embedded base node.