Struct windows::Gaming::Input::OptionalUINavigationButtons
#[repr(transparent)]pub struct OptionalUINavigationButtons(pub u32);
Tuple Fields§
§0: u32
Implementations§
pub const None: Self = _
pub const Context1: Self = _
pub const Context2: Self = _
pub const Context3: Self = _
pub const Context4: Self = _
pub const PageUp: Self = _
pub const PageDown: Self = _
pub const PageLeft: Self = _
pub const PageRight: Self = _
pub const ScrollUp: Self = _
pub const ScrollDown: Self = _
pub const ScrollLeft: Self = _
pub const ScrollRight: Self = _
Trait Implementations§
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§fn clone(&self) -> OptionalUINavigationButtons
fn clone(&self) -> OptionalUINavigationButtons
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§fn default() -> OptionalUINavigationButtons
fn default() -> OptionalUINavigationButtons
Returns the “default value” for a type. Read more
§fn eq(&self, other: &OptionalUINavigationButtons) -> bool
fn eq(&self, other: &OptionalUINavigationButtons) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.Auto Trait Implementations§
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
)