pub type LATLONALT_FLOAT32 = _latlonalt_float32;
Aliased Type§
struct LATLONALT_FLOAT32 {
pub lat: f32,
pub lon: f32,
pub alt: f32,
}
Fields§
§lat: f32
§lon: f32
§alt: f32
Trait Implementations
Source§impl Clone for _latlonalt_float32
impl Clone for _latlonalt_float32
Source§fn clone(&self) -> _latlonalt_float32
fn clone(&self) -> _latlonalt_float32
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more