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