Struct osmpbf_parser::proto::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: i64keys: Vec<u32>vals: Vec<u32>info: Option<Info>lat: i64lon: i64Trait 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 Node
impl UnwindSafe for Node
Blanket Implementations
Mutably borrows from an owned value. Read more