Type Alias ruby_prism_sys::pm_match_write_node_t
source · 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_nodeThe embedded base node.
call: *mut pm_call_nodeMatchWriteNode#call
targets: pm_node_listMatchWriteNode#targets