Struct msfs::sys::_latlonalt_float32
source · #[repr(C)]pub struct _latlonalt_float32 {
pub lat: FLOAT32,
pub lon: FLOAT32,
pub alt: FLOAT32,
}
Fields§
§lat: FLOAT32
§lon: FLOAT32
§alt: FLOAT32
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 moresource§impl Debug for _latlonalt_float32
impl Debug for _latlonalt_float32
impl Copy for _latlonalt_float32
Auto Trait Implementations§
impl RefUnwindSafe for _latlonalt_float32
impl Send for _latlonalt_float32
impl Sync for _latlonalt_float32
impl Unpin for _latlonalt_float32
impl UnwindSafe for _latlonalt_float32
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