Struct osmpbf_parser::proto::osmformat::Info [−][src]
pub struct Info {
pub version: i32,
pub timestamp: Option<i64>,
pub changeset: Option<i64>,
pub uid: Option<i32>,
pub user_sid: Option<u32>,
pub visible: Option<bool>,
}Fields
version: i32timestamp: Option<i64>changeset: Option<i64>uid: Option<i32>user_sid: Option<u32>visible: Option<bool>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 Info
impl UnwindSafe for Info
Blanket Implementations
Mutably borrows from an owned value. Read more