pub type pm_local_variable_operator_write_node_t = pm_local_variable_operator_write_node;Expand description
LocalVariableOperatorWriteNode
Represents assigning to a local variable using an operator that isn’t =.
target += value
^^^^^^^^^^^^^^^Type: ::PM_LOCAL_VARIABLE_OPERATOR_WRITE_NODE
@extends pm_node_t
Aliased Type§
#[repr(C)]pub struct pm_local_variable_operator_write_node_t {
pub base: pm_node,
pub name_loc: pm_location_t,
pub binary_operator_loc: pm_location_t,
pub value: *mut pm_node,
pub name: u32,
pub binary_operator: u32,
pub depth: u32,
}Fields§
§base: pm_nodeThe embedded base node.
name_loc: pm_location_tLocalVariableOperatorWriteNode#name_loc
binary_operator_loc: pm_location_tLocalVariableOperatorWriteNode#binary_operator_loc
value: *mut pm_nodeLocalVariableOperatorWriteNode#value
name: u32LocalVariableOperatorWriteNode#name
binary_operator: u32LocalVariableOperatorWriteNode#binary_operator
depth: u32LocalVariableOperatorWriteNode#depth