Enum me3_framework::overlay::WidgetType
source · [−]pub enum WidgetType {
Show 14 variants
Label,
Link,
TextEdit,
Button,
Checkbox,
RadioButton,
SelectableLabel,
ComboBox,
Slider,
DragValue,
ColorButton,
ImageButton,
CollapsingHeader,
Other,
}
Expand description
The different types of built-in widgets in egui
Variants
Label
Link
e.g. a hyperlink
TextEdit
Button
Checkbox
RadioButton
SelectableLabel
ComboBox
Slider
DragValue
ColorButton
ImageButton
CollapsingHeader
Other
If you cannot fit any of the above slots.
If this is something you think should be added, file an issue.
Trait Implementations
sourceimpl Clone for WidgetType
impl Clone for WidgetType
sourcefn clone(&self) -> WidgetType
fn clone(&self) -> WidgetType
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for WidgetType
impl Debug for WidgetType
sourceimpl PartialEq<WidgetType> for WidgetType
impl PartialEq<WidgetType> for WidgetType
sourcefn eq(&self, other: &WidgetType) -> bool
fn eq(&self, other: &WidgetType) -> bool
impl Copy for WidgetType
impl StructuralPartialEq for WidgetType
Auto Trait Implementations
impl RefUnwindSafe for WidgetType
impl Send for WidgetType
impl Sync for WidgetType
impl Unpin for WidgetType
impl UnwindSafe for WidgetType
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