Struct osm_proto_rs::fileformat::Blob [] [src]

pub struct Blob {
    pub raw: Option<Vec<u8>>,
    pub raw_size: Option<i32>,
    pub zlib_data: Option<Vec<u8>>,
    pub lzma_data: Option<Vec<u8>>,
    pub obsolete_bzip2_data: Option<Vec<u8>>,
}

Fields

No compression

When compressed, the uncompressed size

Possible compressed versions of the data.

PROPOSED feature for LZMA compressed data. SUPPORT IS NOT REQUIRED.

Formerly used for bzip2 compressed data. Depreciated in 2010. Don't reuse this tag number.

Methods

impl Blob
[src]

Trait Implementations

impl Clone for Blob
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Blob
[src]

Formats the value using the given formatter.

impl PartialEq for Blob
[src]

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

This method tests for !=.