pub enum TipState {
Up,
Down,
}
Expand description
The tip contact state for a tool on a device.
The tip contact state of a tool is a binary state signalling whether the tool is touching the surface of the tablet device.
Variants§
Trait Implementations§
impl Copy for TipState
impl Eq for TipState
impl StructuralPartialEq for TipState
Auto Trait Implementations§
impl Freeze for TipState
impl RefUnwindSafe for TipState
impl Send for TipState
impl Sync for TipState
impl Unpin for TipState
impl UnwindSafe for TipState
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