pub type pm_constant_read_node_t = pm_constant_read_node;Expand description
ConstantReadNode
Represents referencing a constant.
Foo
^^^Type: ::PM_CONSTANT_READ_NODE
@extends pm_node_t
Aliased Type§
#[repr(C)]pub struct pm_constant_read_node_t {
pub base: pm_node,
pub name: u32,
}Fields§
§base: pm_nodeThe embedded base node.
name: u32