Struct osm_proto_rs::osmformat::StringTable
[−]
[src]
pub struct StringTable { pub s: Vec<Vec<u8>>, }
- String table, contains the common strings in each block.
Note that we reserve index '0' as a delimiter, so the entry at that index in the table is ALWAYS blank and unused.
Fields
s: Vec<Vec<u8>>
Trait Implementations
impl Clone for StringTable
[src]
fn clone(&self) -> StringTable
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
impl Debug for StringTable
[src]
impl PartialEq for StringTable
[src]
fn eq(&self, __arg_0: &StringTable) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &StringTable) -> bool
This method tests for !=
.