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