Struct LatLngBounds
pub struct LatLngBounds {
pub southwest: LatLng,
pub northeast: LatLng,
}Expand description
Geographic bounds in degrees.
Fields§
§southwest: LatLng§northeast: LatLngImplementations§
§impl LatLngBounds
impl LatLngBounds
pub const fn new(southwest: LatLng, northeast: LatLng) -> LatLngBounds
Trait Implementations§
§impl Clone for LatLngBounds
impl Clone for LatLngBounds
§fn clone(&self) -> LatLngBounds
fn clone(&self) -> LatLngBounds
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for LatLngBounds
impl Debug for LatLngBounds
§impl PartialEq for LatLngBounds
impl PartialEq for LatLngBounds
impl Copy for LatLngBounds
impl StructuralPartialEq for LatLngBounds
Auto Trait Implementations§
impl Freeze for LatLngBounds
impl RefUnwindSafe for LatLngBounds
impl Send for LatLngBounds
impl Sync for LatLngBounds
impl Unpin for LatLngBounds
impl UnsafeUnpin for LatLngBounds
impl UnwindSafe for LatLngBounds
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