pub struct GeodeticPoint { /* private fields */ }Expand description
Position with height.
Implementations§
Trait Implementations§
Source§impl Clone for GeodeticPoint
impl Clone for GeodeticPoint
impl Copy for GeodeticPoint
Source§impl Debug for GeodeticPoint
impl Debug for GeodeticPoint
Source§impl Display for GeodeticPoint
impl Display for GeodeticPoint
Source§impl PartialEq for GeodeticPoint
impl PartialEq for GeodeticPoint
impl StructuralPartialEq for GeodeticPoint
Auto Trait Implementations§
impl Freeze for GeodeticPoint
impl RefUnwindSafe for GeodeticPoint
impl Send for GeodeticPoint
impl Sync for GeodeticPoint
impl Unpin for GeodeticPoint
impl UnsafeUnpin for GeodeticPoint
impl UnwindSafe for GeodeticPoint
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