Struct android_activity::input::ButtonState
source · pub struct ButtonState(pub u32);
Expand description
A bitfield representing the state of buttons during a motion event.
See the NDK docs
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
source§impl Clone for ButtonState
impl Clone for ButtonState
source§fn clone(&self) -> ButtonState
fn clone(&self) -> ButtonState
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 moresource§impl Debug for ButtonState
impl Debug for ButtonState
source§impl From<ButtonState> for ButtonState
impl From<ButtonState> for ButtonState
source§fn from(value: ButtonState) -> Self
fn from(value: ButtonState) -> Self
Converts to this type from the input type.
source§impl PartialEq for ButtonState
impl PartialEq for ButtonState
source§fn eq(&self, other: &ButtonState) -> bool
fn eq(&self, other: &ButtonState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ButtonState
impl Eq for ButtonState
impl StructuralPartialEq for ButtonState
Auto Trait Implementations§
impl RefUnwindSafe for ButtonState
impl Send for ButtonState
impl Sync for ButtonState
impl Unpin for ButtonState
impl UnwindSafe for ButtonState
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