Struct osmpbf_parser::proto::fileformat::BlobHeader [−][src]
Fields
type_pb: Stringindexdata: Option<Vec<u8>>datasize: i32Trait 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 BlobHeader
impl Send for BlobHeader
impl Sync for BlobHeader
impl Unpin for BlobHeader
impl UnwindSafe for BlobHeader
Blanket Implementations
Mutably borrows from an owned value. Read more