pub type pm_forwarding_arguments_node_t = pm_forwarding_arguments_node;Expand description
ForwardingArgumentsNode
Represents forwarding all arguments to this method to another method.
def foo(...)
bar(...)
^^^
endType: ::PM_FORWARDING_ARGUMENTS_NODE
@extends pm_node_t
Aliased Type§
#[repr(C)]pub struct pm_forwarding_arguments_node_t {
pub base: pm_node,
}Fields§
§base: pm_nodeThe embedded base node.