Struct windows::Gaming::Input::RacingWheelButtons
#[repr(transparent)]pub struct RacingWheelButtons(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl RacingWheelButtons
impl RacingWheelButtons
pub const None: Self = _
pub const PreviousGear: Self = _
pub const NextGear: Self = _
pub const DPadUp: Self = _
pub const DPadDown: Self = _
pub const DPadLeft: Self = _
pub const DPadRight: Self = _
pub const Button1: Self = _
pub const Button2: Self = _
pub const Button3: Self = _
pub const Button4: Self = _
pub const Button5: Self = _
pub const Button6: Self = _
pub const Button7: Self = _
pub const Button8: Self = _
pub const Button9: Self = _
pub const Button10: Self = _
pub const Button11: Self = _
pub const Button12: Self = _
pub const Button13: Self = _
pub const Button14: Self = _
pub const Button15: Self = _
pub const Button16: Self = _
§impl RacingWheelButtons
impl RacingWheelButtons
Trait Implementations§
§impl BitAnd for RacingWheelButtons
impl BitAnd for RacingWheelButtons
§impl BitAndAssign for RacingWheelButtons
impl BitAndAssign for RacingWheelButtons
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for RacingWheelButtons
impl BitOr for RacingWheelButtons
§impl BitOrAssign for RacingWheelButtons
impl BitOrAssign for RacingWheelButtons
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for RacingWheelButtons
impl Clone for RacingWheelButtons
§fn clone(&self) -> RacingWheelButtons
fn clone(&self) -> RacingWheelButtons
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 RacingWheelButtons
impl Debug for RacingWheelButtons
§impl Default for RacingWheelButtons
impl Default for RacingWheelButtons
§fn default() -> RacingWheelButtons
fn default() -> RacingWheelButtons
Returns the “default value” for a type. Read more
§impl Not for RacingWheelButtons
impl Not for RacingWheelButtons
§impl PartialEq for RacingWheelButtons
impl PartialEq for RacingWheelButtons
§fn eq(&self, other: &RacingWheelButtons) -> bool
fn eq(&self, other: &RacingWheelButtons) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RacingWheelButtons
impl Eq for RacingWheelButtons
impl StructuralPartialEq for RacingWheelButtons
Auto Trait Implementations§
impl Freeze for RacingWheelButtons
impl RefUnwindSafe for RacingWheelButtons
impl Send for RacingWheelButtons
impl Sync for RacingWheelButtons
impl Unpin for RacingWheelButtons
impl UnwindSafe for RacingWheelButtons
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
)