#[repr(C)]pub struct LATLON {
pub lat: SIF48,
pub lon: ANGL48,
}
Fields§
§lat: SIF48
§lon: ANGL48
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LATLON
impl Send for LATLON
impl Sync for LATLON
impl Unpin for LATLON
impl UnwindSafe for LATLON
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