pub struct Geodetic {
pub lat: f64,
pub lon: f64,
pub alt: f64,
pub theta: f64,
}
Fields§
§lat: f64
§lon: f64
§alt: f64
§theta: f64
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Geodetic
impl RefUnwindSafe for Geodetic
impl Send for Geodetic
impl Sync for Geodetic
impl Unpin for Geodetic
impl UnwindSafe for Geodetic
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