pub type pm_match_write_node_t = pm_match_write_node;
Expand description

MatchWriteNode

Type: PM_MATCH_WRITE_NODE

@extends pm_node_t

Aliased Type§

struct pm_match_write_node_t {
    pub base: pm_node,
    pub call: *mut pm_call_node,
    pub targets: pm_node_list,
}

Fields§

§base: pm_node

The embedded base node.

§call: *mut pm_call_node

MatchWriteNode#call

§targets: pm_node_list

MatchWriteNode#targets