Struct osmpbf_parser::ScanTable [−][src]
pub struct ScanTable {
pub nodes: IntervalTree<i64>,
pub ways: IntervalTree<i64>,
pub relations: IntervalTree<i64>,
pub node_interval_offsets: HashMap<(Bound<i64>, Bound<i64>), (u64, usize, usize)>,
pub way_interval_offsets: HashMap<(Bound<i64>, Bound<i64>), (u64, usize, usize)>,
pub relation_interval_offsets: HashMap<(Bound<i64>, Bound<i64>), (u64, usize, usize)>,
}Fields
nodes: IntervalTree<i64>ways: IntervalTree<i64>relations: IntervalTree<i64>node_interval_offsets: HashMap<(Bound<i64>, Bound<i64>), (u64, usize, usize)>way_interval_offsets: HashMap<(Bound<i64>, Bound<i64>), (u64, usize, usize)>relation_interval_offsets: HashMap<(Bound<i64>, Bound<i64>), (u64, usize, usize)>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ScanTable
impl UnwindSafe for ScanTable
Blanket Implementations
Mutably borrows from an owned value. Read more