Struct msfs::sys::LATLONALTTPO
source · #[repr(C)]pub struct LATLONALTTPO {
pub time: UINT32,
pub __bindgen_anon_1: LATLONALTTPO__bindgen_ty_1,
}
Fields§
§time: UINT32
§__bindgen_anon_1: LATLONALTTPO__bindgen_ty_1
Trait Implementations§
source§impl Clone for LATLONALTTPO
impl Clone for LATLONALTTPO
source§fn clone(&self) -> LATLONALTTPO
fn clone(&self) -> LATLONALTTPO
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 moreimpl Copy for LATLONALTTPO
Auto Trait Implementations§
impl RefUnwindSafe for LATLONALTTPO
impl Send for LATLONALTTPO
impl Sync for LATLONALTTPO
impl Unpin for LATLONALTTPO
impl UnwindSafe for LATLONALTTPO
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