Struct osm_proto_rs::osmformat::DenseNodes
[−]
[src]
pub struct DenseNodes {
pub id: Vec<i64>,
pub denseinfo: Option<DenseInfo>,
pub lat: Vec<i64>,
pub lon: Vec<i64>,
pub keys_vals: Vec<i32>,
}Fields
id: Vec<i64>
DELTA coded
denseinfo: Option<DenseInfo>
repeated Info info = 4;
lat: Vec<i64>
DELTA coded
lon: Vec<i64>
DELTA coded
keys_vals: Vec<i32>
Special packing of keys and vals into one array. May be empty if all nodes in this block are tagless.
Trait Implementations
impl Clone for DenseNodes[src]
fn clone(&self) -> DenseNodes
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for DenseNodes[src]
impl PartialEq for DenseNodes[src]
fn eq(&self, __arg_0: &DenseNodes) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DenseNodes) -> bool
This method tests for !=.