pub type pm_multi_write_node_t = pm_multi_write_node;
Expand description

MultiWriteNode

Type: PM_MULTI_WRITE_NODE

@extends pm_node_t

Aliased Type§

struct pm_multi_write_node_t {
    pub base: pm_node,
    pub lefts: pm_node_list,
    pub rest: *mut pm_node,
    pub rights: pm_node_list,
    pub lparen_loc: pm_location_t,
    pub rparen_loc: pm_location_t,
    pub operator_loc: pm_location_t,
    pub value: *mut pm_node,
}

Fields§

§base: pm_node

The embedded base node.

§lefts: pm_node_list

MultiWriteNode#lefts

§rest: *mut pm_node

MultiWriteNode#rest

§rights: pm_node_list

MultiWriteNode#rights

§lparen_loc: pm_location_t

MultiWriteNode#lparen_loc

§rparen_loc: pm_location_t

MultiWriteNode#rparen_loc

§operator_loc: pm_location_t

MultiWriteNode#operator_loc

§value: *mut pm_node

MultiWriteNode#value