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

Parallel arrays.

DELTA coded

Trait Implementations

impl Clone for Way
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Way
[src]

Formats the value using the given formatter.

impl PartialEq for Way
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.