pub enum SelectionPointerClaim {
Unclaimed,
SelectionMayClaimDrag,
SelectionOwnsDrag,
}Expand description
Selection’s current ownership status over a normalized pointer drag.
Variants§
Trait Implementations§
Source§impl Clone for SelectionPointerClaim
impl Clone for SelectionPointerClaim
Source§fn clone(&self) -> SelectionPointerClaim
fn clone(&self) -> SelectionPointerClaim
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SelectionPointerClaim
Source§impl Debug for SelectionPointerClaim
impl Debug for SelectionPointerClaim
impl Eq for SelectionPointerClaim
Source§impl PartialEq for SelectionPointerClaim
impl PartialEq for SelectionPointerClaim
Source§fn eq(&self, other: &SelectionPointerClaim) -> bool
fn eq(&self, other: &SelectionPointerClaim) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SelectionPointerClaim
Auto Trait Implementations§
impl Freeze for SelectionPointerClaim
impl RefUnwindSafe for SelectionPointerClaim
impl Send for SelectionPointerClaim
impl Sync for SelectionPointerClaim
impl Unpin for SelectionPointerClaim
impl UnsafeUnpin for SelectionPointerClaim
impl UnwindSafe for SelectionPointerClaim
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.