Struct windows::Gaming::Input::FlightStickReading
#[repr(C)]pub struct FlightStickReading {
pub Timestamp: u64,
pub Buttons: FlightStickButtons,
pub HatSwitch: GameControllerSwitchPosition,
pub Roll: f64,
pub Pitch: f64,
pub Yaw: f64,
pub Throttle: f64,
}
Fields§
§Timestamp: u64
§Buttons: FlightStickButtons
§HatSwitch: GameControllerSwitchPosition
§Roll: f64
§Pitch: f64
§Yaw: f64
§Throttle: f64
Trait Implementations§
§impl Clone for FlightStickReading
impl Clone for FlightStickReading
§fn clone(&self) -> FlightStickReading
fn clone(&self) -> FlightStickReading
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 more§impl Debug for FlightStickReading
impl Debug for FlightStickReading
§impl Default for FlightStickReading
impl Default for FlightStickReading
§impl PartialEq for FlightStickReading
impl PartialEq for FlightStickReading
§fn eq(&self, other: &FlightStickReading) -> bool
fn eq(&self, other: &FlightStickReading) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for FlightStickReading
impl StructuralPartialEq for FlightStickReading
Auto Trait Implementations§
impl Freeze for FlightStickReading
impl RefUnwindSafe for FlightStickReading
impl Send for FlightStickReading
impl Sync for FlightStickReading
impl Unpin for FlightStickReading
impl UnwindSafe for FlightStickReading
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)