Struct osmpbf_parser::element::Node [−][src]
pub struct Node {
pub id: i64,
pub tags: Tags,
pub info: Option<Info>,
pub lon: f64,
pub lat: f64,
}Fields
id: i64info: Option<Info>lon: f64lat: f64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Node
impl UnwindSafe for Node
Blanket Implementations
Mutably borrows from an owned value. Read more