Enum makepad_widgets::shader::std::event::TouchState
pub enum TouchState {
Start,
Stop,
Move,
Stable,
}Variants§
Trait Implementations§
§impl Clone for TouchState
impl Clone for TouchState
§fn clone(&self) -> TouchState
fn clone(&self) -> TouchState
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 more§impl Debug for TouchState
impl Debug for TouchState
impl Copy for TouchState
Auto Trait Implementations§
impl RefUnwindSafe for TouchState
impl Send for TouchState
impl Sync for TouchState
impl Unpin for TouchState
impl UnwindSafe for TouchState
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