pub struct PointerLeft {
pub id: PointerId,
}
Expand description
A pointer left the window.
Fields§
§id: PointerId
The unique id of the pointer.
Trait Implementations§
Source§impl Clone for PointerLeft
impl Clone for PointerLeft
Source§fn clone(&self) -> PointerLeft
fn clone(&self) -> PointerLeft
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 moreSource§impl Debug for PointerLeft
impl Debug for PointerLeft
Source§impl Hash for PointerLeft
impl Hash for PointerLeft
Source§impl PartialEq for PointerLeft
impl PartialEq for PointerLeft
impl StructuralPartialEq for PointerLeft
Auto Trait Implementations§
impl Freeze for PointerLeft
impl RefUnwindSafe for PointerLeft
impl Send for PointerLeft
impl Sync for PointerLeft
impl Unpin for PointerLeft
impl UnwindSafe for PointerLeft
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