Struct osm_proto_rs::fileformat::BlobHeader [] [src]

pub struct BlobHeader {
    pub type_: String,
    pub indexdata: Option<Vec<u8>>,
    pub datasize: i32,
}

Fields

Methods

impl BlobHeader
[src]

Trait Implementations

impl Clone for BlobHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BlobHeader
[src]

Formats the value using the given formatter.

impl PartialEq for BlobHeader
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.