pub enum GlanceInput {
Tap,
}Expand description
Device-local input that may need immediate local acknowledgement.
Variants§
Tap
A tap/press acknowledgement.
Implementations§
Trait Implementations§
Source§impl Clone for GlanceInput
impl Clone for GlanceInput
Source§fn clone(&self) -> GlanceInput
fn clone(&self) -> GlanceInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GlanceInput
Source§impl Debug for GlanceInput
impl Debug for GlanceInput
impl Eq for GlanceInput
Source§impl PartialEq for GlanceInput
impl PartialEq for GlanceInput
impl StructuralPartialEq for GlanceInput
Auto Trait Implementations§
impl Freeze for GlanceInput
impl RefUnwindSafe for GlanceInput
impl Send for GlanceInput
impl Sync for GlanceInput
impl Unpin for GlanceInput
impl UnsafeUnpin for GlanceInput
impl UnwindSafe for GlanceInput
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