Struct arcdps_imgui::drag_drop::DragDropSourceToolTip
source · pub struct DragDropSourceToolTip<'ui>(/* private fields */);
Expand description
A helper struct for RAII drap-drop support.
Implementations§
source§impl DragDropSourceToolTip<'_>
impl DragDropSourceToolTip<'_>
Trait Implementations§
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