pub type pm_constant_or_write_node_t = pm_constant_or_write_node;Expand description
ConstantOrWriteNode
Represents the use of the ||= operator for assignment to a constant.
Target ||= value
^^^^^^^^^^^^^^^^Type: ::PM_CONSTANT_OR_WRITE_NODE
@extends pm_node_t
Aliased Type§
#[repr(C)]pub struct pm_constant_or_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_nodeThe embedded base node.
name: u32ConstantOrWriteNode#name
name_loc: pm_location_tConstantOrWriteNode#name_loc
operator_loc: pm_location_tConstantOrWriteNode#operator_loc
value: *mut pm_nodeConstantOrWriteNode#value