pub type pm_source_encoding_node_t = pm_source_encoding_node;Expand description
SourceEncodingNode
Represents the use of the __ENCODING__ keyword.
__ENCODING__
^^^^^^^^^^^^Type: ::PM_SOURCE_ENCODING_NODE
@extends pm_node_t
Aliased Type§
#[repr(C)]pub struct pm_source_encoding_node_t {
pub base: pm_node,
}Fields§
§base: pm_nodeThe embedded base node.