pm_match_write_node_t

Type Alias pm_match_write_node_t 

Source
pub type pm_match_write_node_t = pm_match_write_node;
Expand description

MatchWriteNode

Represents writing local variables using a regular expression match with named capture groups.

 /(?<foo>bar)/ =~ baz
 ^^^^^^^^^^^^^^^^^^^^

Type: ::PM_MATCH_WRITE_NODE

@extends pm_node_t

Aliased Type§

#[repr(C)]
pub 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