pub type pm_false_node_t = pm_false_node;Expand description
FalseNode
Represents the use of the literal false keyword.
false
^^^^^Type: ::PM_FALSE_NODE
@extends pm_node_t
Aliased Type§
#[repr(C)]pub struct pm_false_node_t {
pub base: pm_node,
}Fields§
§base: pm_nodeThe embedded base node.