pub struct UtmLocation {
pub east_north_elevation: EastNorthElevation,
pub zone: u8,
pub convergence_angle: f64,
}Fields§
§east_north_elevation: EastNorthElevation§zone: u8§convergence_angle: f64Trait Implementations§
Source§impl Clone for UtmLocation
impl Clone for UtmLocation
Source§fn clone(&self) -> UtmLocation
fn clone(&self) -> UtmLocation
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 UtmLocation
impl Debug for UtmLocation
Source§impl PartialEq for UtmLocation
impl PartialEq for UtmLocation
impl Copy for UtmLocation
impl StructuralPartialEq for UtmLocation
Auto Trait Implementations§
impl Freeze for UtmLocation
impl RefUnwindSafe for UtmLocation
impl Send for UtmLocation
impl Sync for UtmLocation
impl Unpin for UtmLocation
impl UnwindSafe for UtmLocation
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