pub enum Input_type_type {
Pointer,
Keypad,
}
Variants§
Trait Implementations§
Source§impl Clone for Input_type_type
impl Clone for Input_type_type
Source§fn clone(&self) -> Input_type_type
fn clone(&self) -> Input_type_type
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 Input_type_type
impl Debug for Input_type_type
Source§impl From<Input_type_type> for lv_indev_type_t
impl From<Input_type_type> for lv_indev_type_t
Source§fn from(Value: Input_type_type) -> Self
fn from(Value: Input_type_type) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Input_type_type
impl PartialEq for Input_type_type
impl Copy for Input_type_type
impl Eq for Input_type_type
impl StructuralPartialEq for Input_type_type
Auto Trait Implementations§
impl Freeze for Input_type_type
impl RefUnwindSafe for Input_type_type
impl Send for Input_type_type
impl Sync for Input_type_type
impl Unpin for Input_type_type
impl UnwindSafe for Input_type_type
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