Struct osm_proto_rs::osmformat::HeaderBBox
[−]
[src]
pub struct HeaderBBox {
pub left: i64,
pub right: i64,
pub top: i64,
pub bottom: i64,
}Fields
left: i64
right: i64
top: i64
bottom: i64
Trait Implementations
impl Clone for HeaderBBox[src]
fn clone(&self) -> HeaderBBox
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for HeaderBBox[src]
impl PartialEq for HeaderBBox[src]
fn eq(&self, __arg_0: &HeaderBBox) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &HeaderBBox) -> bool
This method tests for !=.