pub enum PortableNodeKind {
Show 23 variants
HorizontalBox,
VerticalBox,
Rule,
Insertion,
Mark,
Adjustment,
Ligature,
Discretionary,
OutputWhatsit,
Whatsit,
Math,
Glue,
Kern,
Penalty,
UnsetBox,
Noad,
Style,
Choice,
Character,
NativeWord,
NativeGlyph,
HostBoxRef,
Unknown(i32),
}Variants§
HorizontalBox
VerticalBox
Rule
Insertion
Mark
Adjustment
Ligature
Discretionary
OutputWhatsit
Whatsit
Math
Glue
Kern
Penalty
UnsetBox
Noad
Style
Choice
Character
NativeWord
NativeGlyph
HostBoxRef
Unknown(i32)
Trait Implementations§
Source§impl Clone for PortableNodeKind
impl Clone for PortableNodeKind
Source§fn clone(&self) -> PortableNodeKind
fn clone(&self) -> PortableNodeKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PortableNodeKind
Source§impl Debug for PortableNodeKind
impl Debug for PortableNodeKind
impl Eq for PortableNodeKind
Source§impl PartialEq for PortableNodeKind
impl PartialEq for PortableNodeKind
impl StructuralPartialEq for PortableNodeKind
Auto Trait Implementations§
impl Freeze for PortableNodeKind
impl RefUnwindSafe for PortableNodeKind
impl Send for PortableNodeKind
impl Sync for PortableNodeKind
impl Unpin for PortableNodeKind
impl UnsafeUnpin for PortableNodeKind
impl UnwindSafe for PortableNodeKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more