#[repr(u8)]pub enum PekLongPressTime {
S10 = 0,
S15 = 1,
S20 = 2,
S25 = 3,
}Variants§
Trait Implementations§
Source§impl Clone for PekLongPressTime
impl Clone for PekLongPressTime
Source§fn clone(&self) -> PekLongPressTime
fn clone(&self) -> PekLongPressTime
Returns a duplicate 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 PekLongPressTime
impl Debug for PekLongPressTime
Source§impl From<PekLongPressTime> for u8
impl From<PekLongPressTime> for u8
Source§fn from(val: PekLongPressTime) -> Self
fn from(val: PekLongPressTime) -> Self
Converts to this type from the input type.
Source§impl Hash for PekLongPressTime
impl Hash for PekLongPressTime
Source§impl PartialEq for PekLongPressTime
impl PartialEq for PekLongPressTime
Source§impl TryFrom<u8> for PekLongPressTime
impl TryFrom<u8> for PekLongPressTime
impl Copy for PekLongPressTime
impl Eq for PekLongPressTime
impl StructuralPartialEq for PekLongPressTime
Auto Trait Implementations§
impl Freeze for PekLongPressTime
impl RefUnwindSafe for PekLongPressTime
impl Send for PekLongPressTime
impl Sync for PekLongPressTime
impl Unpin for PekLongPressTime
impl UnwindSafe for PekLongPressTime
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