Struct egui_dropdown::DropDownBox
source · pub struct DropDownBox<'a, F: FnMut(&mut Ui, &str) -> Response, V: AsRef<str>, I: Iterator<Item = V>> { /* private fields */ }Expand description
Dropdown widget
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, F, V, I> RefUnwindSafe for DropDownBox<'a, F, V, I>where
F: RefUnwindSafe,
I: RefUnwindSafe,
impl<'a, F, V, I> Send for DropDownBox<'a, F, V, I>where
F: Send,
I: Send,
impl<'a, F, V, I> Sync for DropDownBox<'a, F, V, I>where
F: Sync,
I: Sync,
impl<'a, F, V, I> Unpin for DropDownBox<'a, F, V, I>where
F: Unpin,
I: Unpin,
impl<'a, F, V, I> !UnwindSafe for DropDownBox<'a, F, V, I>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more