pub type pm_self_node_t = pm_self_node;Expand description
SelfNode
Represents the self keyword.
self
^^^^Type: ::PM_SELF_NODE
@extends pm_node_t
Aliased Type§
#[repr(C)]pub struct pm_self_node_t {
pub base: pm_node,
}Fields§
§base: pm_nodeThe embedded base node.