Struct fress::vector::eq::NodeRecord [−][src]
pub struct NodeRecord {
pub first_child: (AnchoredLine, AnchoredLine),
pub child_count: u32,
pub height: u32,
pub on_boundary: bool,
pub current_child: Option<u32>,
}
Fields
first_child: (AnchoredLine, AnchoredLine)
child_count: u32
height: u32
on_boundary: bool
current_child: Option<u32>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NodeRecord
impl !Send for NodeRecord
impl !Sync for NodeRecord
impl Unpin for NodeRecord
impl UnwindSafe for NodeRecord
Blanket Implementations
Mutably borrows from an owned value. Read more