Struct osm_proto_rs::osmformat::Relation [] [src]

pub struct Relation {
    pub id: i64,
    pub keys: Vec<u32>,
    pub vals: Vec<u32>,
    pub info: Option<Info>,
    pub roles_sid: Vec<i32>,
    pub memids: Vec<i64>,
    pub types: Vec<i32>,
}

Fields

Parallel arrays.

Parallel arrays

DELTA encoded

Methods

impl Relation
[src]

Trait Implementations

impl Clone for Relation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Relation
[src]

Formats the value using the given formatter.

impl PartialEq for Relation
[src]

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

This method tests for !=.