Struct collections::btree::node::LeafNode
[−]
[src]
struct LeafNode<K, V> { keys: [K; CAPACITY], vals: [V; CAPACITY], parent: *const InternalNode<K, V>, parent_idx: u16, len: u16, }
Unstable (
collections
#27783): library is unlikely to be stabilized with the current layout and name, use std::collections instead
Fields
keys | Unstable ( collections #27783): library is unlikely to be stabilized with the current layout and name, use std::collections instead |
vals | Unstable ( collections #27783): library is unlikely to be stabilized with the current layout and name, use std::collections instead |
parent | Unstable ( collections #27783): library is unlikely to be stabilized with the current layout and name, use std::collections instead |
parent_idx | Unstable ( collections #27783): library is unlikely to be stabilized with the current layout and name, use std::collections instead |
len | Unstable ( collections #27783): library is unlikely to be stabilized with the current layout and name, use std::collections instead |