Enum android_activity::InputStatus
source · [−]pub enum InputStatus {
Handled,
Unhandled,
}Variants
Handled
Unhandled
Trait Implementations
sourceimpl Clone for InputStatus
impl Clone for InputStatus
sourcefn clone(&self) -> InputStatus
fn clone(&self) -> InputStatus
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for InputStatus
impl Debug for InputStatus
sourceimpl PartialEq<InputStatus> for InputStatus
impl PartialEq<InputStatus> for InputStatus
sourcefn eq(&self, other: &InputStatus) -> bool
fn eq(&self, other: &InputStatus) -> bool
impl Copy for InputStatus
impl Eq for InputStatus
impl StructuralEq for InputStatus
impl StructuralPartialEq for InputStatus
Auto Trait Implementations
impl RefUnwindSafe for InputStatus
impl Send for InputStatus
impl Sync for InputStatus
impl Unpin for InputStatus
impl UnwindSafe for InputStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more