pub type GeneratedNodeKind = PortableNodeKind;Expand description
Reexport of the portable engine node kind discriminant.
Aliased Type§
pub enum GeneratedNodeKind {
Show 22 variants
HorizontalBox,
VerticalBox,
Rule,
Insertion,
Mark,
Adjustment,
Ligature,
Discretionary,
OutputWhatsit,
Whatsit,
Math,
Glue,
Kern,
Penalty,
UnsetBox,
Noad,
Style,
Choice,
Character,
NativeWord,
NativeGlyph,
Unknown(i32),
}