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