pub struct InternalDragEvent {
pub pointer_id: PointerId,
pub position: Point,
pub kind: InternalDragKind,
pub modifiers: Modifiers,
}Fields§
§pointer_id: PointerId§position: Point§kind: InternalDragKind§modifiers: ModifiersTrait Implementations§
Source§impl Clone for InternalDragEvent
impl Clone for InternalDragEvent
Source§fn clone(&self) -> InternalDragEvent
fn clone(&self) -> InternalDragEvent
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 InternalDragEvent
impl Debug for InternalDragEvent
Source§impl PartialEq for InternalDragEvent
impl PartialEq for InternalDragEvent
impl StructuralPartialEq for InternalDragEvent
Auto Trait Implementations§
impl Freeze for InternalDragEvent
impl RefUnwindSafe for InternalDragEvent
impl Send for InternalDragEvent
impl Sync for InternalDragEvent
impl Unpin for InternalDragEvent
impl UnsafeUnpin for InternalDragEvent
impl UnwindSafe for InternalDragEvent
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