pub struct PointerEnter { /* private fields */ }Expand description
Pointer is moved into boundaries of an element
This may also be as a result of a pointer being pressed on a device that does not support hover
Implementations§
Source§impl PointerEnter
impl PointerEnter
pub fn new(pointer: PointerProperties, modifiers: Modifiers) -> Self
Sourcepub fn pointer(&self) -> &PointerProperties
pub fn pointer(&self) -> &PointerProperties
The properties of the pointer at the time of the event
Trait Implementations§
Source§impl Clone for PointerEnter
impl Clone for PointerEnter
Source§fn clone(&self) -> PointerEnter
fn clone(&self) -> PointerEnter
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 PointerEnter
impl Debug for PointerEnter
Source§impl PartialEq for PointerEnter
impl PartialEq for PointerEnter
impl StructuralPartialEq for PointerEnter
Auto Trait Implementations§
impl Freeze for PointerEnter
impl RefUnwindSafe for PointerEnter
impl Send for PointerEnter
impl Sync for PointerEnter
impl Unpin for PointerEnter
impl UnwindSafe for PointerEnter
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