Struct msfs::sys::BOUNDSRECT
source · #[repr(C)]pub struct BOUNDSRECT {
pub N: SIF48,
pub S: SIF48,
pub E: ANGL48,
pub W: ANGL48,
}
Fields§
§N: SIF48
§S: SIF48
§E: ANGL48
§W: ANGL48
Trait Implementations§
source§impl Clone for BOUNDSRECT
impl Clone for BOUNDSRECT
source§fn clone(&self) -> BOUNDSRECT
fn clone(&self) -> BOUNDSRECT
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 BOUNDSRECT
Auto Trait Implementations§
impl RefUnwindSafe for BOUNDSRECT
impl Send for BOUNDSRECT
impl Sync for BOUNDSRECT
impl Unpin for BOUNDSRECT
impl UnwindSafe for BOUNDSRECT
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