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