pub struct InputRegistration { /* private fields */ }Expand description
Event registration interface for Input domain.
Implementations§
Source§impl InputRegistration
impl InputRegistration
Sourcepub fn drag_intercepted<F, Fut>(&self, callback: F)
pub fn drag_intercepted<F, Fut>(&self, callback: F)
Emitted only when Input.setInterceptDrags is enabled. Use this data with Input.dispatchDragEvent to
restore normal drag and drop behavior.
Auto Trait Implementations§
impl Freeze for InputRegistration
impl RefUnwindSafe for InputRegistration
impl Send for InputRegistration
impl Sync for InputRegistration
impl Unpin for InputRegistration
impl UnsafeUnpin for InputRegistration
impl UnwindSafe for InputRegistration
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