pub enum StripAxisSource {
Unknown,
Finger,
}
Expand description
The source for a TabletPadStripEvent
event.
Variants§
Trait Implementations§
Source§impl Clone for StripAxisSource
impl Clone for StripAxisSource
Source§fn clone(&self) -> StripAxisSource
fn clone(&self) -> StripAxisSource
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 StripAxisSource
impl Debug for StripAxisSource
Source§impl Hash for StripAxisSource
impl Hash for StripAxisSource
Source§impl PartialEq for StripAxisSource
impl PartialEq for StripAxisSource
impl Copy for StripAxisSource
impl Eq for StripAxisSource
impl StructuralPartialEq for StripAxisSource
Auto Trait Implementations§
impl Freeze for StripAxisSource
impl RefUnwindSafe for StripAxisSource
impl Send for StripAxisSource
impl Sync for StripAxisSource
impl Unpin for StripAxisSource
impl UnwindSafe for StripAxisSource
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