Struct osmpbf_parser::proto::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>>,
}Fields
raw: Option<Vec<u8>>raw_size: Option<i32>zlib_data: Option<Vec<u8>>lzma_data: Option<Vec<u8>>Implementations
Trait Implementations
Constructs an instance of Self by reading from the given bytes
via the given reader. Read more
Writes Self into W writer
Auto Trait Implementations
impl RefUnwindSafe for Blob
impl UnwindSafe for Blob
Blanket Implementations
Mutably borrows from an owned value. Read more