pub type pm_local_variable_or_write_node_t = pm_local_variable_or_write_node;Expand description
LocalVariableOrWriteNode
Represents the use of the ||= operator for assignment to a local variable.
target ||= value
^^^^^^^^^^^^^^^^Type: ::PM_LOCAL_VARIABLE_OR_WRITE_NODE
@extends pm_node_t
Aliased Type§
#[repr(C)]pub struct pm_local_variable_or_write_node_t {
pub base: pm_node,
pub name_loc: pm_location_t,
pub operator_loc: pm_location_t,
pub value: *mut pm_node,
pub name: u32,
pub depth: u32,
}Fields§
§base: pm_nodeThe embedded base node.
name_loc: pm_location_tLocalVariableOrWriteNode#name_loc
operator_loc: pm_location_tLocalVariableOrWriteNode#operator_loc
value: *mut pm_nodeLocalVariableOrWriteNode#value
name: u32LocalVariableOrWriteNode#name
depth: u32LocalVariableOrWriteNode#depth