Enum embedded_menu::interaction::InputResult
source · pub enum InputResult<R> {
StateUpdate(InputState),
Interaction(Interaction<R>),
}Variants§
StateUpdate(InputState)
Interaction(Interaction<R>)
Trait Implementations§
source§impl<R: Clone> Clone for InputResult<R>
impl<R: Clone> Clone for InputResult<R>
source§fn clone(&self) -> InputResult<R>
fn clone(&self) -> InputResult<R>
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<R: Debug> Debug for InputResult<R>
impl<R: Debug> Debug for InputResult<R>
source§impl<R> From<InputState> for InputResult<R>
impl<R> From<InputState> for InputResult<R>
source§fn from(state: InputState) -> Self
fn from(state: InputState) -> Self
Converts to this type from the input type.
source§impl<R> From<Interaction<R>> for InputResult<R>
impl<R> From<Interaction<R>> for InputResult<R>
source§fn from(interaction: Interaction<R>) -> Self
fn from(interaction: Interaction<R>) -> Self
Converts to this type from the input type.
source§impl<R: PartialEq> PartialEq for InputResult<R>
impl<R: PartialEq> PartialEq for InputResult<R>
source§fn eq(&self, other: &InputResult<R>) -> bool
fn eq(&self, other: &InputResult<R>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl<R: Copy> Copy for InputResult<R>
impl<R: Eq> Eq for InputResult<R>
impl<R> StructuralPartialEq for InputResult<R>
Auto Trait Implementations§
impl<R> RefUnwindSafe for InputResult<R>where
R: RefUnwindSafe,
impl<R> Send for InputResult<R>where
R: Send,
impl<R> Sync for InputResult<R>where
R: Sync,
impl<R> Unpin for InputResult<R>where
R: Unpin,
impl<R> UnwindSafe for InputResult<R>where
R: UnwindSafe,
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
source§impl<T> CheckedAs for T
impl<T> CheckedAs for T
source§fn checked_as<Dst>(self) -> Option<Dst>where
T: CheckedCast<Dst>,
fn checked_as<Dst>(self) -> Option<Dst>where
T: CheckedCast<Dst>,
Casts the value.
source§impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere
Src: CheckedCast<Dst>,
impl<Src, Dst> CheckedCastFrom<Src> for Dstwhere
Src: CheckedCast<Dst>,
source§fn checked_cast_from(src: Src) -> Option<Dst>
fn checked_cast_from(src: Src) -> Option<Dst>
Casts the value.
source§impl<T> OverflowingAs for T
impl<T> OverflowingAs for T
source§fn overflowing_as<Dst>(self) -> (Dst, bool)where
T: OverflowingCast<Dst>,
fn overflowing_as<Dst>(self) -> (Dst, bool)where
T: OverflowingCast<Dst>,
Casts the value.
source§impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere
Src: OverflowingCast<Dst>,
impl<Src, Dst> OverflowingCastFrom<Src> for Dstwhere
Src: OverflowingCast<Dst>,
source§fn overflowing_cast_from(src: Src) -> (Dst, bool)
fn overflowing_cast_from(src: Src) -> (Dst, bool)
Casts the value.
source§impl<T> SaturatingAs for T
impl<T> SaturatingAs for T
source§fn saturating_as<Dst>(self) -> Dstwhere
T: SaturatingCast<Dst>,
fn saturating_as<Dst>(self) -> Dstwhere
T: SaturatingCast<Dst>,
Casts the value.
source§impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere
Src: SaturatingCast<Dst>,
impl<Src, Dst> SaturatingCastFrom<Src> for Dstwhere
Src: SaturatingCast<Dst>,
source§fn saturating_cast_from(src: Src) -> Dst
fn saturating_cast_from(src: Src) -> Dst
Casts the value.
source§impl<T> UnwrappedAs for T
impl<T> UnwrappedAs for T
source§fn unwrapped_as<Dst>(self) -> Dstwhere
T: UnwrappedCast<Dst>,
fn unwrapped_as<Dst>(self) -> Dstwhere
T: UnwrappedCast<Dst>,
Casts the value.
source§impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere
Src: UnwrappedCast<Dst>,
impl<Src, Dst> UnwrappedCastFrom<Src> for Dstwhere
Src: UnwrappedCast<Dst>,
source§fn unwrapped_cast_from(src: Src) -> Dst
fn unwrapped_cast_from(src: Src) -> Dst
Casts the value.
source§impl<T> WrappingAs for T
impl<T> WrappingAs for T
source§fn wrapping_as<Dst>(self) -> Dstwhere
T: WrappingCast<Dst>,
fn wrapping_as<Dst>(self) -> Dstwhere
T: WrappingCast<Dst>,
Casts the value.
source§impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere
Src: WrappingCast<Dst>,
impl<Src, Dst> WrappingCastFrom<Src> for Dstwhere
Src: WrappingCast<Dst>,
source§fn wrapping_cast_from(src: Src) -> Dst
fn wrapping_cast_from(src: Src) -> Dst
Casts the value.