pub enum LineAction {
None,
Pressed,
Clicked,
Released,
}
Variants§
Trait Implementations§
Source§impl ActionDefaultRef for LineAction
impl ActionDefaultRef for LineAction
fn default_ref() -> &'static Self
Source§impl Clone for LineAction
impl Clone for LineAction
Source§fn clone(&self) -> LineAction
fn clone(&self) -> LineAction
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 moreAuto Trait Implementations§
impl Freeze for LineAction
impl RefUnwindSafe for LineAction
impl Send for LineAction
impl Sync for LineAction
impl Unpin for LineAction
impl UnwindSafe for LineAction
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