pub struct RawPosition {
pub lat: RawLatitude,
pub lon: RawLongitude,
}
Expand description
A raw lat/lon pair.
Fields§
§lat: RawLatitude
§lon: RawLongitude
Trait Implementations§
Source§impl Clone for RawPosition
impl Clone for RawPosition
Source§fn clone(&self) -> RawPosition
fn clone(&self) -> RawPosition
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 moreSource§impl Debug for RawPosition
impl Debug for RawPosition
Source§impl Display for RawPosition
impl Display for RawPosition
Source§impl FromStr for RawPosition
impl FromStr for RawPosition
Source§impl PartialEq for RawPosition
impl PartialEq for RawPosition
impl Eq for RawPosition
impl StructuralPartialEq for RawPosition
Auto Trait Implementations§
impl Freeze for RawPosition
impl RefUnwindSafe for RawPosition
impl Send for RawPosition
impl Sync for RawPosition
impl Unpin for RawPosition
impl UnwindSafe for RawPosition
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