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