Struct osm_proto_rs::osmformat::ChangeSet
[−]
[src]
pub struct ChangeSet { pub id: i64, }
THIS IS STUB DESIGN FOR CHANGESETS. NOT USED RIGHT NOW. TODO: REMOVE THIS?
Fields
id: i64
// Parallel arrays. repeated uint32 keys = 2 [packed = true]; // String IDs. repeated uint32 vals = 3 [packed = true]; // String IDs.
optional Info info = 4;
Trait Implementations
impl Clone for ChangeSet
[src]
fn clone(&self) -> ChangeSet
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more