pub type pm_constant_path_or_write_node_t = pm_constant_path_or_write_node;Expand description
ConstantPathOrWriteNode
Represents the use of the ||= operator for assignment to a constant path.
Parent::Child ||= value
^^^^^^^^^^^^^^^^^^^^^^^Type: ::PM_CONSTANT_PATH_OR_WRITE_NODE
@extends pm_node_t
Aliased Type§
#[repr(C)]pub struct pm_constant_path_or_write_node_t {
pub base: pm_node,
pub target: *mut pm_constant_path_node,
pub operator_loc: pm_location_t,
pub value: *mut pm_node,
}Fields§
§base: pm_nodeThe embedded base node.
target: *mut pm_constant_path_nodeConstantPathOrWriteNode#target
operator_loc: pm_location_tConstantPathOrWriteNode#operator_loc
value: *mut pm_nodeConstantPathOrWriteNode#value