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: u32Implementations§
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 PartialEq<ButtonState> for ButtonState
impl PartialEq<ButtonState> 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 ==.