Enum ark_api::applet::VirtualKeyboardCommand
source · pub enum VirtualKeyboardCommand {
Show,
Hide,
}Expand description
Commands for a virtual keyboard
Variants§
Trait Implementations§
source§impl Clone for VirtualKeyboardCommand
impl Clone for VirtualKeyboardCommand
source§fn clone(&self) -> VirtualKeyboardCommand
fn clone(&self) -> VirtualKeyboardCommand
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 VirtualKeyboardCommand
impl Debug for VirtualKeyboardCommand
source§impl Hash for VirtualKeyboardCommand
impl Hash for VirtualKeyboardCommand
source§impl PartialEq<VirtualKeyboardCommand> for VirtualKeyboardCommand
impl PartialEq<VirtualKeyboardCommand> for VirtualKeyboardCommand
source§fn eq(&self, other: &VirtualKeyboardCommand) -> bool
fn eq(&self, other: &VirtualKeyboardCommand) -> bool
This method tests for
self and other values to be equal, and is used
by ==.