Struct osmpbf_parser::proto::osmformat::PrimitiveBlock [−][src]
pub struct PrimitiveBlock {
pub stringtable: StringTable,
pub primitivegroup: Vec<PrimitiveGroup>,
pub granularity: i32,
pub lat_offset: i64,
pub lon_offset: i64,
pub date_granularity: i32,
}Fields
stringtable: StringTableprimitivegroup: Vec<PrimitiveGroup>granularity: i32lat_offset: i64lon_offset: i64date_granularity: i32Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Constructs an instance of Self by reading from the given bytes
via the given reader. Read more
Writes Self into W writer
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PrimitiveBlock
impl Send for PrimitiveBlock
impl Sync for PrimitiveBlock
impl Unpin for PrimitiveBlock
impl UnwindSafe for PrimitiveBlock
Blanket Implementations
Mutably borrows from an owned value. Read more