Skip to main content

GeneratedNodeKind

Type Alias GeneratedNodeKind 

Source
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),
}

Variants§

§

HorizontalBox

§

VerticalBox

§

Rule

§

Insertion

§

Mark

§

Adjustment

§

Ligature

§

Discretionary

§

OutputWhatsit

§

Whatsit

§

Math

§

Glue

§

Kern

§

Penalty

§

UnsetBox

§

Noad

§

Style

§

Choice

§

Character

§

NativeWord

§

NativeGlyph

§

Unknown(i32)