pub struct Extent {
pub minx: f64,
pub miny: f64,
pub maxx: f64,
pub maxy: f64,
}Expand description
Geographic extent
Fields§
§minx: f64§miny: f64§maxx: f64§maxy: f64Trait Implementations§
source§impl PartialEq<Extent> for Extent
impl PartialEq<Extent> for Extent
impl StructuralPartialEq for Extent
Auto Trait Implementations§
impl RefUnwindSafe for Extent
impl Send for Extent
impl Sync for Extent
impl Unpin for Extent
impl UnwindSafe for Extent
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more