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