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_nodeThe embedded base node.
call: *mut pm_call_nodeMatchWriteNode#call
targets: pm_node_listMatchWriteNode#targets