Struct windows_sys::Gaming::Input::RacingWheelButtons
[−]#[repr(transparent)]pub struct RacingWheelButtons(pub u32);
Expand description
Required features: "Gaming_Input"
Tuple Fields
0: u32
Implementations
impl RacingWheelButtons
impl RacingWheelButtons
pub const None: Self = Self(0u32)
pub const PreviousGear: Self = Self(1u32)
pub const NextGear: Self = Self(2u32)
pub const DPadUp: Self = Self(4u32)
pub const DPadDown: Self = Self(8u32)
pub const DPadLeft: Self = Self(16u32)
pub const DPadRight: Self = Self(32u32)
pub const Button1: Self = Self(64u32)
pub const Button2: Self = Self(128u32)
pub const Button3: Self = Self(256u32)
pub const Button4: Self = Self(512u32)
pub const Button5: Self = Self(1024u32)
pub const Button6: Self = Self(2048u32)
pub const Button7: Self = Self(4096u32)
pub const Button8: Self = Self(8192u32)
pub const Button9: Self = Self(16384u32)
pub const Button10: Self = Self(32768u32)
pub const Button11: Self = Self(65536u32)
pub const Button12: Self = Self(131072u32)
pub const Button13: Self = Self(262144u32)
pub const Button14: Self = Self(524288u32)
pub const Button15: Self = Self(1048576u32)
pub const Button16: Self = Self(2097152u32)
Trait Implementations
impl Clone for RacingWheelButtons
impl Clone for RacingWheelButtons
impl Copy for RacingWheelButtons
Auto Trait Implementations
impl RefUnwindSafe for RacingWheelButtons
impl Send for RacingWheelButtons
impl Sync for RacingWheelButtons
impl Unpin for RacingWheelButtons
impl UnwindSafe for RacingWheelButtons
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