Struct 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
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