pm_global_variable_and_write_node_t

Type Alias pm_global_variable_and_write_node_t 

Source
pub type pm_global_variable_and_write_node_t = pm_global_variable_and_write_node;
Expand description

GlobalVariableAndWriteNode

Represents the use of the &&= operator for assignment to a global variable.

 $target &&= value
 ^^^^^^^^^^^^^^^^^

Type: ::PM_GLOBAL_VARIABLE_AND_WRITE_NODE

@extends pm_node_t

Aliased Type§

#[repr(C)]
pub struct pm_global_variable_and_write_node_t { pub base: pm_node, pub name: u32, pub name_loc: pm_location_t, pub operator_loc: pm_location_t, pub value: *mut pm_node, }

Fields§

§base: pm_node

The embedded base node.

§name: u32

GlobalVariableAndWriteNode#name

§name_loc: pm_location_t

GlobalVariableAndWriteNode#name_loc

§operator_loc: pm_location_t

GlobalVariableAndWriteNode#operator_loc

§value: *mut pm_node

GlobalVariableAndWriteNode#value