Struct msfs::sys::LATLONRECTF64
source · #[repr(C, packed(4))]pub struct LATLONRECTF64 {
pub north: FLOAT64,
pub south: FLOAT64,
pub east: FLOAT64,
pub west: FLOAT64,
}
Fields§
§north: FLOAT64
§south: FLOAT64
§east: FLOAT64
§west: FLOAT64
Trait Implementations§
source§impl Clone for LATLONRECTF64
impl Clone for LATLONRECTF64
source§fn clone(&self) -> LATLONRECTF64
fn clone(&self) -> LATLONRECTF64
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 LATLONRECTF64
impl Debug for LATLONRECTF64
impl Copy for LATLONRECTF64
Auto Trait Implementations§
impl RefUnwindSafe for LATLONRECTF64
impl Send for LATLONRECTF64
impl Sync for LATLONRECTF64
impl Unpin for LATLONRECTF64
impl UnwindSafe for LATLONRECTF64
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