Struct windows_sys::Gaming::Input::ArcadeStickReading
[−]#[repr(C)]pub struct ArcadeStickReading {
pub Timestamp: u64,
pub Buttons: ArcadeStickButtons,
}
Expand description
Required features: "Gaming_Input"
Fields
Timestamp: u64
Buttons: ArcadeStickButtons
Trait Implementations
impl Clone for ArcadeStickReading
impl Clone for ArcadeStickReading
impl Copy for ArcadeStickReading
Auto Trait Implementations
impl RefUnwindSafe for ArcadeStickReading
impl Send for ArcadeStickReading
impl Sync for ArcadeStickReading
impl Unpin for ArcadeStickReading
impl UnwindSafe for ArcadeStickReading
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more