Enum android_activity::input::KeyAction
source · #[repr(u32)]pub enum KeyAction {
Down,
Up,
Multiple,
}
Expand description
Key actions.
See the NDK docs
Variants§
Trait Implementations§
source§impl PartialEq<KeyAction> for KeyAction
impl PartialEq<KeyAction> for KeyAction
source§impl TryFromPrimitive for KeyAction
impl TryFromPrimitive for KeyAction
impl Copy for KeyAction
impl Eq for KeyAction
impl StructuralEq for KeyAction
impl StructuralPartialEq for KeyAction
Auto Trait Implementations§
impl RefUnwindSafe for KeyAction
impl Send for KeyAction
impl Sync for KeyAction
impl Unpin for KeyAction
impl UnwindSafe for KeyAction
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