pub enum GuiElementType {
Show 26 variants
Button,
SpriteButton,
Checkbox,
Flow,
Frame,
Label,
Line,
Progressbar,
Table,
Textfield,
Radiobutton,
Sprite,
ScrollPane,
DropDown,
ListBox,
Camera,
ChooseElemButton,
TextBox,
Slider,
Minimap,
EntityPreview,
EmptyWidget,
TabbedPane,
Tab,
Switch,
Inventory,
}Variants§
Button
SpriteButton
Checkbox
Flow
Frame
Label
Line
Progressbar
Table
Textfield
Sprite
ScrollPane
DropDown
ListBox
Camera
ChooseElemButton
TextBox
Slider
Minimap
EntityPreview
EmptyWidget
TabbedPane
Tab
Switch
Inventory
Implementations§
Trait Implementations§
Source§impl Clone for GuiElementType
impl Clone for GuiElementType
Source§fn clone(&self) -> GuiElementType
fn clone(&self) -> GuiElementType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GuiElementType
Source§impl Debug for GuiElementType
impl Debug for GuiElementType
Source§impl Default for GuiElementType
impl Default for GuiElementType
impl Eq for GuiElementType
Source§impl From<GuiElementType> for LuaAny
impl From<GuiElementType> for LuaAny
Source§fn from(_: GuiElementType) -> Self
fn from(_: GuiElementType) -> Self
Converts to this type from the input type.
Source§impl From<GuiElementType> for &'static str
impl From<GuiElementType> for &'static str
Source§fn from(value: GuiElementType) -> Self
fn from(value: GuiElementType) -> Self
Converts to this type from the input type.
Source§impl Hash for GuiElementType
impl Hash for GuiElementType
Source§impl PartialEq for GuiElementType
impl PartialEq for GuiElementType
Source§impl PartialEq<&str> for GuiElementType
impl PartialEq<&str> for GuiElementType
Source§impl PartialEq<GuiElementType> for &str
impl PartialEq<GuiElementType> for &str
impl StructuralPartialEq for GuiElementType
Auto Trait Implementations§
impl Freeze for GuiElementType
impl RefUnwindSafe for GuiElementType
impl Send for GuiElementType
impl Sync for GuiElementType
impl Unpin for GuiElementType
impl UnsafeUnpin for GuiElementType
impl UnwindSafe for GuiElementType
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