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_node

The embedded base node.

§key: *mut pm_node

AssocNode#key

§value: *mut pm_node

AssocNode#value

§operator_loc: pm_location_t

AssocNode#operator_loc