pub struct SetInterceptDrags { /* private fields */ }Expand description
Prevents default drag and drop behavior and instead emits Input.dragIntercepted events. Drag and drop behavior can be directly controlled via Input.dispatchDragEvent.
EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementations§
Trait Implementations§
Source§impl Clone for SetInterceptDrags
impl Clone for SetInterceptDrags
Source§fn clone(&self) -> SetInterceptDrags
fn clone(&self) -> SetInterceptDrags
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 SetInterceptDrags
impl Debug for SetInterceptDrags
Auto Trait Implementations§
impl Freeze for SetInterceptDrags
impl RefUnwindSafe for SetInterceptDrags
impl Send for SetInterceptDrags
impl Sync for SetInterceptDrags
impl Unpin for SetInterceptDrags
impl UnsafeUnpin for SetInterceptDrags
impl UnwindSafe for SetInterceptDrags
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