Struct osm_proto_rs::osmformat::Way
[−]
[src]
pub struct Way {
pub id: i64,
pub keys: Vec<u32>,
pub vals: Vec<u32>,
pub info: Option<Info>,
pub refs: Vec<i64>,
}Fields
id: i64
keys: Vec<u32>
Parallel arrays.
vals: Vec<u32>
info: Option<Info>
refs: Vec<i64>
DELTA coded
Trait Implementations
impl Clone for Way[src]
fn clone(&self) -> Way
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