Struct OptionalUINavigationButtons
#[repr(transparent)]pub struct OptionalUINavigationButtons(pub u32);Tuple Fields§
§0: u32Implementations§
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 duplicate 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