pub enum TouchType {
Direct,
Stylus,
}
Expand description
An enumeration representing the different types of possible touch input.
Variants§
Trait Implementations§
impl Copy for TouchType
impl Eq for TouchType
impl StructuralPartialEq for TouchType
Auto Trait Implementations§
impl Freeze for TouchType
impl RefUnwindSafe for TouchType
impl Send for TouchType
impl Sync for TouchType
impl Unpin for TouchType
impl UnwindSafe for TouchType
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