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