pub enum PointerAction {
Move,
ResizeSide,
ResizeCorner,
Focus,
None,
}Variants§
Trait Implementations§
Source§impl Clone for PointerAction
impl Clone for PointerAction
Source§fn clone(&self) -> PointerAction
fn clone(&self) -> PointerAction
Returns a duplicate 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 PointerAction
impl Debug for PointerAction
Source§impl Display for PointerAction
impl Display for PointerAction
Source§impl FromStr for PointerAction
impl FromStr for PointerAction
Source§impl TryFrom<&str> for PointerAction
impl TryFrom<&str> for PointerAction
impl Copy for PointerAction
Auto Trait Implementations§
impl Freeze for PointerAction
impl RefUnwindSafe for PointerAction
impl Send for PointerAction
impl Sync for PointerAction
impl Unpin for PointerAction
impl UnwindSafe for PointerAction
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