Struct osmpbf_parser::proto::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: i64keys: Vec<u32>vals: Vec<u32>info: Option<Info>refs: Vec<i64>Trait Implementations
Constructs an instance of Self by reading from the given bytes
via the given reader. Read more
Writes Self into W writer
Auto Trait Implementations
impl RefUnwindSafe for Way
impl UnwindSafe for Way
Blanket Implementations
Mutably borrows from an owned value. Read more