Struct osm_proto_rs::osmformat::Node
[−]
[src]
pub struct Node {
pub id: i64,
pub keys: Vec<u32>,
pub vals: Vec<u32>,
pub info: Option<Info>,
pub lat: i64,
pub lon: i64,
}Fields
id: i64
keys: Vec<u32>
Parallel arrays. String IDs.
vals: Vec<u32>
String IDs.
info: Option<Info>
May be omitted in omitmeta
lat: i64
lon: i64
Trait Implementations
impl Clone for Node[src]
fn clone(&self) -> Node
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