pub struct WGS84ECEF;
Available on crate feature
std
only.Implementations§
Source§impl WGS84ECEF
impl WGS84ECEF
pub fn ecef_to_coord(ecef: &ECEFPosition) -> WGS84Position
pub fn coord_to_ecef(coord: WGS84Position) -> Result<ECEFPosition, ConvertError>
Auto Trait Implementations§
impl Freeze for WGS84ECEF
impl RefUnwindSafe for WGS84ECEF
impl Send for WGS84ECEF
impl Sync for WGS84ECEF
impl Unpin for WGS84ECEF
impl UnwindSafe for WGS84ECEF
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