pub type pm_source_line_node_t = pm_source_line_node;Expand description
SourceLineNode
Represents the use of the __LINE__ keyword.
__LINE__
^^^^^^^^Type: ::PM_SOURCE_LINE_NODE
@extends pm_node_t
Aliased Type§
#[repr(C)]pub struct pm_source_line_node_t {
pub base: pm_node,
}Fields§
§base: pm_nodeThe embedded base node.