Type Alias ruby_prism_sys::pm_assoc_node_t
source · pub type pm_assoc_node_t = pm_assoc_node;Expand description
AssocNode
Type: PM_ASSOC_NODE
@extends pm_node_t
Aliased Type§
struct pm_assoc_node_t {
pub base: pm_node,
pub key: *mut pm_node,
pub value: *mut pm_node,
pub operator_loc: pm_location_t,
}Fields§
§base: pm_nodeThe embedded base node.
key: *mut pm_nodeAssocNode#key
value: *mut pm_nodeAssocNode#value
operator_loc: pm_location_tAssocNode#operator_loc