pub struct DragDropSourceTooltip<'ui> { /* private fields */ }Expand description
Token representing an active drag source tooltip
While this token exists, you can add UI elements that will be shown as a tooltip during the drag operation.
Implementations§
Source§impl<'ui> DragDropSourceTooltip<'ui>
impl<'ui> DragDropSourceTooltip<'ui>
Trait Implementations§
Source§impl<'ui> Debug for DragDropSourceTooltip<'ui>
impl<'ui> Debug for DragDropSourceTooltip<'ui>
Auto Trait Implementations§
impl<'ui> Freeze for DragDropSourceTooltip<'ui>
impl<'ui> !RefUnwindSafe for DragDropSourceTooltip<'ui>
impl<'ui> !Send for DragDropSourceTooltip<'ui>
impl<'ui> !Sync for DragDropSourceTooltip<'ui>
impl<'ui> Unpin for DragDropSourceTooltip<'ui>
impl<'ui> !UnwindSafe for DragDropSourceTooltip<'ui>
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